-
Notifications
You must be signed in to change notification settings - Fork 285
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
Debugging fails on Windows with utf-8 characters in file path #563
Comments
`internal/modules/cjs/loader.js:638 Error: Cannot find module '"/snap/code/36/usr/share/code/resources/app/extensions/ms-vscode.js-debug/src/bootloader.bundle.js"'` it seems it isn't a utf-8 problem. Version: 1.47.0 |
@vvFiCKvv you're hitting a version of microsoft/vscode#102035 (comment). The resolution steps in the comment will work for you (just ignore the electron part of it) |
This is an issue in Node.js, see nodejs/node#34399. For now, you can get around this by using Example launch.json:
|
I had the same issue, this option of the launch.json helped out me. Thank you very much :) |
As reported:
The text was updated successfully, but these errors were encountered: