VSCode 相关配置记录

以前一直使用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"],工具

相关文章
相关标签/搜索