FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index Utilities / Utilidades vscode usefull settings
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
vscode usefull settings
Posted: Sat Jun 03, 2023 09:29 AM

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

Continue the discussion