-
Notifications
You must be signed in to change notification settings - Fork 31.6k
Cannot read property 'openConfigFile' of undefined #38674
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
Comments
Please provide reproducible steps for a specific debugger extension. |
For Rust, open any *.rs file, press Debug -> Start debug, choose any debugger. Even works if you just press "More". |
Please run VS Code without extension
and start debugging by pressing F5. Does the error still occur? |
@isidorn does the error |
Debugging JS seems to work with extensions enabled. |
The exception probably comes from here https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/parts/debug/electron-browser/debugService.ts#L722 @IlyaBizyaev so I would speculate that you are doing this from the purple vscode. Is that correct? In case you are not doing this for the purple vscode, please |
Please try to run VS Code with just one debugger extension enabled, e.g. Rust. |
Well.. I'm not sure what "purple" means here, the bottom toolbar is purple.
|
The problem is there for C++ with all extensions disabled. |
@IlyaBizyaev I have pushed a fix for this such that a null pointer no longer happens. However your root cause will still be there and that is that your extensions do not seem to support no folder vscode (purple) and are thus failing to start a debug session. |
hello, |
Hello ask6155, |
Hi @weinand , I am having problems on Linux Mint Serena 18 I followed the instructions in the guide https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app-xplat/start-mvc I installed Code correctly, I ran the Hope this info helps. Note: As you said, when I run |
@ahrherrera hi. If you are running into this issue please use vscode insiders or wait a week for the next stable release. |
I get this error message when launching debug with any debugger.
Reproduces without extensions: no need in it without extensions.
The text was updated successfully, but these errors were encountered: