support syncing tasks

This commit is contained in:
Sandeep Somavarapu
2022-01-19 19:24:31 +01:00
parent ae90ee46d7
commit 526adff766
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");
}