mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-24 17:31:37 +01:00
3873c58c47
It seems like this event fires in Codespaces... my _guess_ is that Codespaces basically overwrites all the settings from settings sync which causes this event to fire. It's surprising to me that this event fires even though the value hasn't changed. I can't repro this with the test resolver, and I also cant have Codespaces use Code - OSS, so we'll just have to see how this goes. This _should_ do the trick though. Fixes https://github.com/microsoft/vscode/issues/223508