In order to use cmder as your integrated terminal inside VS Code, add this to your settings:
"terminal.integrated.shellArgs.windows": [
"/k",
"c:\\path_to\\cmder\\vendor\\init.bat"
],In order to use cmder as your integrated terminal inside VS Code, add this to your settings:
"terminal.integrated.shellArgs.windows": [
"/k",
"c:\\path_to\\cmder\\vendor\\init.bat"
],