Fix bug where System scopes weren't migrated. (#17174)

This commit is contained in:
Jacob Richman
2026-01-20 20:07:17 -08:00
committed by GitHub
parent 9866eb0551
commit 93ae7772fd
2 changed files with 53 additions and 0 deletions
+2
View File
@@ -808,6 +808,8 @@ export function migrateDeprecatedSettings(
processScope(SettingScope.User);
processScope(SettingScope.Workspace);
processScope(SettingScope.System);
processScope(SettingScope.SystemDefaults);
return anyModified;
}