0

How can I change my default terminal from Powershell to Node in VS Code? After installing the latest version of VS Code, default terminal has been changed from Node to Powershell. I want to run my angular application using Node terminal. How can I fix this?

1 Answer 1

1
  1. Press ctrl + comma
  2. Search for terminal integrated shell windows
  3. Type in the path of your default terminal

You can also add line "terminal.integrated.shell.windows": "path/to/shell" to your global settings.json file.

Sign up to request clarification or add additional context in comments.

1 Comment

Just added cmd.exe path. Once I execute a command it will automatically open up Node terminal and works perfectly. Thanks for the answer.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.