-
Notifications
You must be signed in to change notification settings - Fork 147
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
vscode Extension not found (that is not even installed) #609
Comments
Could you please try:
$ code --list-extensions |
From the VS Code GUI interface, is this extension installed?
I guess the answer is no If their GUI and CLI are giving different results, this is probably a bug of VS Code, and we should solve the upstream issue first BTW, do you remeber how did you install this extension? Did you manually install it (i.e., from source, you build it and install it) |
Well, their CLI and GUI are behaving differently, I think we should report this to them, but since we don't know how this extension gets installed, we don't know how to reproduce the issue... |
I guess it was mostly because the extension was pulled of the marketplace. Hard to reproduce, yes. I uninstalled it with this:
now I am fine. In case somebody stumbles upon this ticket. |
Hey ya'all. Long time topgrade user, cool feature for the VS Code Extension!
But weird behaviour on my Mac (Sonoma):
I was confused. It was not even installed. The extension in question is even unpublished!
So I had a look. I found a trace in ~/Library/Application Support/Code/User/sync/extensions/lastCycextensions.json
lastSyncextensions.json
I don't know what you are parsing for this update script, but it should check if extensions are still there, I think.
Cheers,
Klaus
The text was updated successfully, but these errors were encountered: