新安装的vscode如何配置环境
1、安装淘宝镜像
npm install -g cnpm --registry=https://registry.npm.taobao.org
2配置bash
"terminal.integrated.shell.windows": "D:\\software\\Git\\bin\\bash.exe", //该处的地址是你的git安装的地址
"terminal.integrated.automationShell.windows": "D:\\software\\Git\\bin\\bash.exe",
"terminal.external.windowsExec": "D:\\software\\Git\\bin\\bash.exe",
"gitlens.advanced.blame.customArguments": [],
"editor.codeActionsOnSave": null,
"todo-tree.tree.showScanModeButton": false,
"powermode.enabled": true,
"powermode.shakeIntensity": 0,
"powermode.presets": "particles",
"terminal.integrated.automationShell.osx": "",