-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Manage Extension notification does nothing #44511
Comments
@dbaeumer you probably ran an extension out of sources via debugger? In that case the action is a no-op, it will only work with installed extensions. To test this you could try to trigger an error from GIT, e.g. try to commit a file with formatting errors. |
Yes, I ran it from source. Should we then remove the action ? |
@sandy081 actually maybe this is a bug, should it be possible to open the extension editor for an extension that is just debugged at the same time? This could be helpful to debug how an extension looks like based on the package.json contents. |
It is possible but not trivial as extensions workbench/management is not aware of such a thing called developing extension. |
@sandy081 is there a way to find out if the extension is running "out of sources"? then I could maybe not add the action. |
There is no direct API. But can get that information by using getExtensions to get the |
Testing #44319
Clicking on the gear icon and selecting
Manage Extension
did nothing for me.The text was updated successfully, but these errors were encountered: