We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting Chrome as browser does not work on MacOS 11.2.1 Default browser (Safari) is opened instead.
Terminal output: Five Server running at:
Local: http://localhost:5555 Network: http://10.0.1.90:5555 Could not open browser "chrome". Trying the default browser next.
Settings.json { "editor.renderWhitespace": "none", "editor.renderControlCharacters": true, "workbench.editorAssociations": { ".png": "luna.editor", ".jpg": "luna.editor" }, "liveServer.settings.donotShowInfoMsg": true, "liveServer.settings.CustomBrowser": "chrome", "liveServer.settings.donotVerifyTags": true, "editor.minimap.enabled": false, "fiveServer.browser": [ "chrome" ] }
VS Code: Version: 1.59.0 (Universal) Commit: 379476f0e13988d90fab105c5c19e7abc8b1dea8 Date: 2021-08-04T23:14:40.191Z Electron: 13.1.7 Chrome: 91.0.4472.124 Node.js: 14.16.0 V8: 9.1.269.36-electron.0 OS: Darwin arm64 20.3.0
The text was updated successfully, but these errors were encountered:
Try [ "google chrome" ] or [ "google-chrome" ].
[ "google chrome" ]
[ "google-chrome" ]
Sorry, something went wrong.
Thanks! ”google chrome” worked.
Glad to hear!
Btw, if you reply by mail, make sure you do not send any personal information in your signature.
I have removed your comment since you shared your address and phone number.
google
google chrome worked for me! Thank you
No branches or pull requests
Setting Chrome as browser does not work on MacOS 11.2.1
Default browser (Safari) is opened instead.
Terminal output:
Five Server running at:
Settings.json
{
"editor.renderWhitespace": "none",
"editor.renderControlCharacters": true,
"workbench.editorAssociations": {
".png": "luna.editor",
".jpg": "luna.editor"
},
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.CustomBrowser": "chrome",
"liveServer.settings.donotVerifyTags": true,
"editor.minimap.enabled": false,
"fiveServer.browser": [
"chrome"
]
}
VS Code:
Version: 1.59.0 (Universal)
Commit: 379476f0e13988d90fab105c5c19e7abc8b1dea8
Date: 2021-08-04T23:14:40.191Z
Electron: 13.1.7
Chrome: 91.0.4472.124
Node.js: 14.16.0
V8: 9.1.269.36-electron.0
OS: Darwin arm64 20.3.0
The text was updated successfully, but these errors were encountered: