-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Activating extension 'msjsdiag.debugger-for-chrome' failed #677
Comments
A sample would be useful. |
|
|
You can reproduce it without any project. |
The initial version was contributed to open-vsx.org via open-vsx/publish-extensions, that's a script that publishes a list of selected extensions every night. The extension was removed from the list because the namespace has been claimed, but we can add it back since the namespace owner apparently is not going to publish anything. Could you create an issue at that repository? Also feel free to provide a PR to add the extension to the JSON list. If you do so, please have a close look whether special build steps are necessary in order to get a working extension package. |
@spoenemann thank you, done. |
@AbakumovAlexandr as this extension is now deprecated in favor of the built-in functionality [1], is this issue still relevant? |
Describe the bug
Debugger for Chrome
extension cannott be activated after installation.Please confirm that this problem is VSCodium-specific
Please confirm that the issue/resolution isn't already documented
To Reproduce
Steps to reproduce the behavior:
Debugger for Chrome
into VSCodion viaEXTENSIONS
tab.launch.json
config to attach to Chrome.RUN AND DEBUG
tab using the above created config.Expected behavior
Debugger for Chrome
attaches to Chrome and works just like in VS Code.Desktop (please complete the following information):
Additional context
I tried to uninstall the
Debugger for Chrome
extension. The/home/x/.vscode-oss/extensions/msjsdiag.debugger-for-chrome-4.12.6/
folder was not removed. I removed it manually and re-installed the extension. It has not helped - the same error when attaching to Chrome.The text was updated successfully, but these errors were encountered: