首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >javascript调试终端继续使用powershell而不是git bash打开

javascript调试终端继续使用powershell而不是git bash打开
EN

Stack Overflow用户
提问于 2021-09-05 15:18:35
回答 2查看 639关注 0票数 1

我把默认终端

代码语言:javascript
复制
"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打开它。我怎样才能做到这一点?

EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/69064682

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档