Skip to content
New issue

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 Mac #23

Closed
guppyplopp opened this issue Aug 18, 2021 · 3 comments
Closed

Setting Chrome as browser does not work on Mac #23

guppyplopp opened this issue Aug 18, 2021 · 3 comments

Comments

@guppyplopp
Copy link

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

@yandeu
Copy link
Owner

yandeu commented Aug 18, 2021

Try [ "google chrome" ] or [ "google-chrome" ].

Repository owner deleted a comment from guppyplopp Aug 19, 2021
@yandeu
Copy link
Owner

yandeu commented Aug 19, 2021

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.

@yandeu yandeu closed this as completed Aug 19, 2021
@yandeu yandeu mentioned this issue Oct 11, 2021
@DBAKANG-GIT
Copy link

google

google chrome worked for me! Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants