Merge branch 'sandy081/syncTasks'

This commit is contained in:
Sandeep Somavarapu
2022-01-21 20:49:37 +01:00
8 changed files with 862 additions and 8 deletions

View File

@@ -74,6 +74,7 @@ export function getSyncAreaLabel(source: SyncResource): string {
case SyncResource.Settings: return localize('settings', "Settings");
case SyncResource.Keybindings: return localize('keybindings', "Keyboard Shortcuts");
case SyncResource.Snippets: return localize('snippets', "User Snippets");
case SyncResource.Tasks: return localize('tasks', "User Tasks");
case SyncResource.Extensions: return localize('extensions', "Extensions");
case SyncResource.GlobalState: return localize('ui state label', "UI State");
}