-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Can't remove synced extensions from settings sync #13091
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
@axonasif you need to sync the uninstallation first i.e. remove them from |
@jeanp413 is there something to document? cc @loujaybee |
Don't think so as that's normal behavior, but we can mention vscode docs if needed |
Hey @jeanp413, where can I find |
@axonasif sorry I meant |
@jeanp413 I tried this r8n but it didn't help, maybe I'm doing something wrong 😅 ? |
Check the extension.json in the synced data https://code.visualstudio.com/docs/editor/settings-sync#_restoring-data, after deleting |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Bug description
I have settings sync and

gitpod.remote.syncExtensions
enabled but there is an odd issue. A bunch of unknown extensions (to me) are automatically installed, even if I manually mark Do not sync extension and uninstall, they appear back on my next workspace. These un-synced extensions are also added onsettingsSync.ignoredExtensions[]
(as you can see on the screenshot) but that doesn't help. This is not an issue on VSCode Web.Steps to reproduce
gitpod.remote.syncExtensions
Do not sync extension
and uninstall a bunch of extensionsDo not sync
but somehow they got installedWorkspace affected
No response
Expected behavior
Uninstalled extensions should get removed from settings sync.
Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: