gpt4 book ai didi

visual-studio-code - javascript 调试终端不断使用 powershell 而不是 git bash 打开

转载 作者:行者123 更新时间:2023-12-03 08:17:00 24 4
gpt4 key购买 nike

我设置了默认终端

"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 打开 Javascript debug terminal opens using powershell

我需要使用 git bash 打开它。我怎样才能实现这个目标?

最佳答案

以下是我将 Javascript 调试器从 PowerShell 更改为 WSL(或您选择的任何其他 shell)的方法

在 VS Code 中,转到文件 -> 首选项 -> 默认设置

然后搜索“defaultProfile”,显示的第三个设置应该用于选择 Windows 上的默认 shell。将其设置为 Bash 或 WSL 或任何您需要的内容,然后 Javascript 调试器将使用它。

关于visual-studio-code - javascript 调试终端不断使用 powershell 而不是 git bash 打开,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69064682/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com