mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
adopt icon descriptions fixes from vscode-docs
This commit is contained in:
@@ -83,7 +83,7 @@ export const enum AccountStatus {
|
||||
|
||||
export const SYNC_TITLE = localize('sync category', "Settings Sync");
|
||||
|
||||
export const SYNC_VIEW_ICON = registerIcon('settings-sync-view-icon', Codicon.sync, localize('syncViewIcon', 'View icon of the settings sync view.'));
|
||||
export const SYNC_VIEW_ICON = registerIcon('settings-sync-view-icon', Codicon.sync, localize('syncViewIcon', 'View icon of the Settings Sync view.'));
|
||||
|
||||
// Contexts
|
||||
export const CONTEXT_SYNC_STATE = new RawContextKey<string>('syncStatus', SyncStatus.Uninitialized);
|
||||
|
||||
Reference in New Issue
Block a user