以前一直使用eclipse作爲開發工具,最近看別人用了VSCode,本身就下載了用一下,感受很是爽,由於前段能夠直接使用VIM的命令(本人是VIM大牛,以前一直在VIM上開發程序)。shell
1. 使用Cmder代替VSCode的默認終端json
1)下載Cmder.exewindows
2)在setting.json(用戶設置)中添加以下信息:eclipse
"terminal.integrated.shell.windows": "C:\\Windows\\system32\\cmd.exe",
"terminal.external.windowsExec": "D:\\software\\cmder\\Cmder.exe",
"terminal.integrated.shellArgs.windows": ["/K", "D:\\software\\cmder\\vendor\\init.bat"],工具