我把默认终端
"terminal.integrated.profiles.windows": {
"GitBash": {
"path": ["C:\\Program Files\\Git\\bin\\bash.exe"],
"source": "Git Bash",
"icon": "terminal-bash"
},
},
"terminal.integrated.defaultProfile.windows": "Git Bash",但是,Javascript调试终端将使用powershell 使用powershell打开Javascript调试终端打开。
我要用git打开它。我怎样才能做到这一点?
https://stackoverflow.com/questions/69064682
复制相似问题