DEV Community

Discussion on: How to setup Cmder in VSCode in 2021

Collapse
 
soozoodimp profile image
SooZoodimp

Thanks for the code ...
although this "args" didn't work for me (maybe I have older CMDER?). Couldn't see the path ... (even if this .bat file is there)

Instead ... this path - I had in (now deprecated) parameter "terminal.integrated.shellArgs.windows" - worked:

"args": ["/k", "C:\cmder_mini\vendor\init.bat"]