forked from jinghaihan/vscode-crosside-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.json
More file actions
26 lines (26 loc) · 2.22 KB
/
package.nls.json
File metadata and controls
26 lines (26 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "Fork Sync",
"description": "Synchronize settings, keybindings and extensions across VSCode forks with smart per-key merge strategies.",
"command.syncProfile.title": "Sync Everything",
"command.syncProfile.category": "Fork Sync",
"command.syncSettings.title": "Sync Settings",
"command.syncSettings.category": "Fork Sync",
"command.syncKeybindings.title": "Sync Keybindings",
"command.syncKeybindings.category": "Fork Sync",
"command.syncExtensions.title": "Sync Extensions",
"command.syncExtensions.category": "Fork Sync",
"config.title": "Fork Sync",
"config.storagePath.description": "The local directory used to store shared sync data between IDE forks.",
"config.autoSync.description": "Automatically sync on startup.",
"config.promptOnAutoSync.description": "Show a confirmation prompt before auto-syncing on startup.",
"config.promptOnExtensionSync.description": "Show a confirmation prompt before applying extension changes.",
"config.mergeMode.description": "Strategy for resolving settings.json conflicts across IDEs.",
"config.mergeMode.override": "Whole-file override: whichever IDE has the newest file mtime wins entirely.",
"config.mergeMode.merge": "Per-key merge: each key is individually resolved to the value last changed by any IDE.",
"config.excludeKeys.description": "Settings keys excluded from sync. Supports glob patterns like 'editor.*'. Excluded keys are always kept local.",
"config.includeKeys.description": "Optional settings whitelist. When non-empty, only matching keys participate in sync; all other keys stay local. Supports glob patterns like 'editor.*'.",
"config.pokaYokeThreshold.description": "Ask for confirmation before applying a settings pull that would overwrite this many synced keys or more.",
"config.backupBeforeLocalWrite.description": "Create a per-IDE backup before writing local settings.json or keybindings.json. Restore is manual.",
"config.excludeExtensions.description": "Extension IDs excluded from sync. Supports glob patterns and is matched case-insensitively.",
"config.extensionsGallery.description": "Open VSX-compatible gallery used for VSIX lookup. Fork Sync currently uses serviceUrl for Open VSX-style registries and falls back to VS Marketplace."
}