Save the below line under User Settings in Visual Studio Code. Reload the editor. This will enable node.js terminal inside the editor.
"terminal.integrated.shellArgs.windows": [
"C:\\Windows\\System32\\cmd.exe /k nodevars.bat"
],
Save the below line under User Settings in Visual Studio Code. Reload the editor. This will enable node.js terminal inside the editor.
"terminal.integrated.shellArgs.windows": [
"C:\\Windows\\System32\\cmd.exe /k nodevars.bat"
],