We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12b46d commit be03961Copy full SHA for be03961
src/vs/platform/userDataSync/common/userDataSyncService.ts
@@ -865,9 +865,9 @@ class ProfileSynchronizer extends Disposable {
865
case SyncResource.Tasks: return 3;
866
case SyncResource.GlobalState: return 4;
867
case SyncResource.Extensions: return 5;
868
- case SyncResource.Profiles: return 6;
869
- case SyncResource.WorkspaceState: return 7;
870
- case SyncResource.Prompts: return 8;
+ case SyncResource.Prompts: return 6;
+ case SyncResource.Profiles: return 7;
+ case SyncResource.WorkspaceState: return 8;
871
}
872
873
0 commit comments