-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Cannot debug extension (unknown request 'launchVSCode'). #66774
Comments
(Experimental duplicate detection) |
I got also the same issue with similar environment Try to uninstall and install Vscode and still the same. Please look at this issue with attention, I cannot debug my extension which is very annoying. Best, |
The error message indicates that you are using the node-debug version from the Insiders release which isn't compatible with VS Code Stable 1.30.2. What version of node-debug are you using? @roblourens could you please set node-debugs's vscode engine version to 1.31.0. |
Thanks @weinand. |
Forget it I see where |
Thanks @weinand , your workaround works for me, but I had to disable the auto updating extensions to not have the latest version. |
Done. @ludorival does |
@roblourens there seems to be a bug in automatic extension updates: built-in extensions should not be automatically upgraded. @sandy081 how could that happen? |
@roblourens yes it exits for me. |
Faced the same issue, in my case I also had ms-vscode.node-debug2 version 1.31.3 So, looks like an error because solving extensionDependencies for built-in extensions. "extensionDependencies": [
"ms-vscode.node-debug2"
] |
Hi everyone!
Something broken on node debug 1.31.3 version. Extension doesn't launch. |
@alexeyvax when using VSCode Version: 1.30.2 you should not be able use a "node debug 1.31.3". Did you use a manually installed version of "node debug" before this happened? |
Downgrading to |
Downgrading Node Debug to 1.31.2 works for me. |
@sandy081 "Install another version" should be disabled for builtin extensions. Did anybody use that feature originally? I think we still don't understand how a new version of the extension ended up installed for you in the first place. |
@roblourens I do not see this action enabled for built in extensions unless if users manage to install it and make it user extension. |
I see it enabled for "node debug" but not "node debug (legacy)"... |
I do not see it for either of the extensions. Can you check if you have it in user extensions folder? |
I'm confused, now I am not seeing it enabled for either. |
You should delete the extension from |
@roblourens OK, that fixed it for me. Thanks. |
Those who are seeing this error, is it possible to let us know if you have installed the node debug extension manually by getting it from marketplace directly or through a VSIX? |
got this error without manual installing this debug extensions, now or any time ago. |
I did not do anything manually to get the extension. I think it got installed indirectly somehow. |
Strange, May I know if you have an extension installed that sync extensions for eg., Sync Settings extension? |
Only way this can happen is to either
I can block the CLI and have only VSIX way |
I don't have any extensions installed that sync extensions. |
We are planning to implement updates for built in extensions which can fix all such reported behaviours - #68410 |
Please let me know if users are still facing this issue? As mentioned, I see this can happen only if built in extension got installed manually or by another extension. So I would close this issue as I do not have any plan of action. It would be great if someone who repro this can provide steps. |
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: