formulahendry / formulahendry/vscode-code-runner
How to run code in iTerm on macOS
Open
feature request
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I want to run code in iTerm on macOS, but it doesn't work.
my configuration:
```
{
"terminal.explorerKind": "external",
"terminal.external.osxExec": "iTerm.app",
"code-runner.runInTerminal": true,
"code-runner.terminalRoot": "/Applications/iTerm.app"
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.