前提
希望使用“浏览器中打开”功能的VSC用户和JavaScript开发人员 扩展(扩展的创建者:TechER)
其他信息
我在以下位置具有工作/功能设置(VSC>在浏览器扩展中打开) 我的个人计算机,并尝试在我的计算机上建立相同的设置 工作机器并遇到麻烦)
要复制的步骤
注意:
尝试通过以下方式卸载和安装其他“浏览器打开”应用程序: 其他制造商,他们也不起作用(没有错误,但只是没有 打开)
我找到了设置
{
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "Pink Cat Boo",
"git.enableSmartCommit": true,
"git.autofetch": true,
"terminal.integrated.shell.windows": "C:\\Program
Files\\Git\\bin\\bash.exe",
"terminal.integrated.automationShell.windows": "",
"window.zoomLevel": 1,
"open-in-browser.default": "chrome"
}
^^我添加了最后一行,但是它仍然无法正常工作-有人吗?