赞
踩
版本: 1.63.2
提交: 899d46d82c4c95423fb7e10e68eba52050e30ba3
日期: 2021-12-15T09:40:02.816Z
Electron: 13.5.2
Chromium: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Windows_NT x64 10.0.19044
打开整个settings.json文件
{ "workbench.colorTheme": "Default Dark+", //文件自动保存的方式 "files.autoSave": "onFocusChange", //以下是设置git-bash终端 "terminal.integrated.profiles.windows": { "PowerShell": { "source": "PowerShell", "icon": "terminal-powershell" }, "Command Prompt": { "path": [ "${env:windir}\\Sysnative\\cmd.exe", "${env:windir}\\System32\\cmd.exe" ], "args": [], "icon": "terminal-cmd" }, "Git-Bash": { "path": "E:\\ProgramFiles\\Git\\bin\\bash.exe" } }, "terminal.integrated.defaultProfile.windows": "Git-Bash" }
控制端没有警告,终端可以显示下图
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。