-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Settings sync removes extensions #164690
Comments
sync-log
sharedProcess-log
|
After analysing logs, I suspect that this is caused by the profiles. It seems the above machine that removed the extensions
To explain in detail, when VS Code enters into profile mode, I migrate extensions installed in the default profile into extensions manifest file. It might have happen that when auto update of extensions is triggered, VS Code is still in no profile mode and therefore auto updated extensions are extracted into extensions folder but not captured in the default extensions manifest file. The migrated default extensions manifest file still contain outdated old extensions which were marked uninstalled by the system after auto update. Therefore when extensions sync was triggered (from timing perspective that happened after auto updates are finished), most of these auto updated extensions were removed as the system did not return them when asked for installed extensions in the default profile. I said only most of these auto updated extensions because, Since this is a combination of profiles and settings sync which is not enabled in stable, moving this to next release. |
The text was updated successfully, but these errors were encountered: