-
I installed chrome on WSL via However I got the following error:
I then added {
"type": "chrome",
"request": "launch",
"name": "Debug Frontend: Launch Chrome against http://localhost:5173",
"url": "http://localhost:5173/*",
"webRoot": "${workspaceFolder}/frontend",
"runtimeExecutable": "/usr/bin/google-chrome"
}, However, I still get the following error: Error running browser: spawn /usr/bin/google-chrome ENOENT Executing Did anyone already encounter and solve this? I guess this is rather a VS Code / extension issue, any hints where to better create this bug report issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yep, I'm afraid this would really belong in the VS Code repo, not here. 😅 I'll close this one one. ☕ |
Beta Was this translation helpful? Give feedback.
Yep, I'm afraid this would really belong in the VS Code repo, not here. 😅 I'll close this one one. ☕