-
Install Cmder with chocolatey in administrator powershell
cinst cmder -y
-
Open vscode settings.json and add or customize these lines
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"terminal.integrated.shellArgs.windows": [
"/k C:\\tools\\Cmder\\vendor\\init.bat"
]