You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My environment is wsl2 and Ubuntu 20.04.4LTS
My neovim configuration is extened by LazyVim.And I want to debug React or Vue in neovim.
The error message is:"unable to find an installation of the browser on your system.Try installing it,or providing an absolute path to the browser in the 'runtimeExecutable' in your launch.json"
I think I have the right debugger_path.So I doubt it is a problem with wsl.But I can run the react project perfectly in the wsl2 and open the chrome directly by click the terminal website address when i run npm run dev.And i saw vscode-js-debug/blob/main/OPTIONS.md#browserlaunchlocation says
In a remote workspace (through ssh or WSL, for example) this can be used to open the browser on the remote machine rather than locally.
My environment is
wsl2
andUbuntu 20.04.4LTS
My neovim configuration is extened by LazyVim.And I want to debug React or Vue in neovim.
The error message is:"unable to find an installation of the browser on your system.Try installing it,or providing an absolute path to the browser in the 'runtimeExecutable' in your launch.json"
I think I have the right
debugger_path
.So I doubt it is a problem withwsl
.But I can run the react project perfectly in the wsl2 and open the chrome directly by click the terminal website address when i runnpm run dev
.And i saw vscode-js-debug/blob/main/OPTIONS.md#browserlaunchlocation saysI don't know where the problem is?
Here is my configuration
The text was updated successfully, but these errors were encountered: