Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac os VSCode always tried to use /bin/sh to start ts-node, but there is no any (only in zsh). Can there be option to choose what shell to use for execution? #158

Closed
idchlife opened this issue Aug 4, 2017 · 1 comment
Labels

Comments

@idchlife
Copy link

idchlife commented Aug 4, 2017

No description provided.

@formulahendry
Copy link
Owner

You could below setting (File->Preference->Settings) to run code in Integrated Terminal:

{
    "code-runner.runInTerminal": true
}

Then, follow the doc to set zsh as Integrated Terminal of VS Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants