vscode usefull settings

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 42508
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 30 times
Been thanked: 72 times
Contact:

vscode usefull settings

Post 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}",
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply