mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
#100315 rename to Settings Sync
This commit is contained in:
@@ -79,6 +79,8 @@ export const enum AccountStatus {
|
||||
Available = 'available',
|
||||
}
|
||||
|
||||
export const SYNC_TITLE = localize('sync category', "Settings Sync");
|
||||
|
||||
// Contexts
|
||||
export const CONTEXT_SYNC_STATE = new RawContextKey<string>('syncStatus', SyncStatus.Uninitialized);
|
||||
export const CONTEXT_SYNC_ENABLEMENT = new RawContextKey<boolean>('syncEnabled', false);
|
||||
|
||||
Reference in New Issue
Block a user