-
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
Sync: Failed to sync extension enablement #91410
Comments
@joaomoreno Can you please provide the sync log from both machines while this happening ? |
I also reproed this multiple times. I repro it often if I change multiple extensions enablement at the same time. Here I started with Gitlens and Java disabled in both windows, then enabled both in window A, but in window B, only Gitlens is enabled. Window A:
Window B:
|
Assigning to feb for investigation |
@bpasero here is the code that is not sending storage change event when a key is removed from storage vscode/src/vs/platform/storage/node/storageIpc.ts Lines 105 to 107 in fed69ad
Commit af9dddd introduced this. |
This should be fixed by #91582 |
Testing #91226 on Windows
I reprod this twice and then never again:
Machine A would not see it re-enabled, no matter how long I waited.
Sorry for the poor steps... I was able to repro this with normal extensions (ESLint) as well as built-in (Monokai theme).
The text was updated successfully, but these errors were encountered: