Page 1 of 1

vscode usefull settings

PostPosted: Sat Jun 03, 2023 9:29 am
by Antonio Linares
To open the terminal using cmd.exe in the current path where you are:

From settings look for "terminal" then click on "Edit on settings.json" and add these entries:
"terminal.integrated.shell.windows": "cmd.exe",
"terminal.integrated.cwd": "${fileDirname}",