| b69ab31 | | | 1 | { |
| c3ed59a | | | 2 | "sapling.command-category": "Grove", |
| b69ab31 | | | 3 | "sapling.open-isl-command": "Open Interactive Smartlog", |
| b69ab31 | | | 4 | "sapling.open-diff-uncommitted-command": "Open Diff View For Current File (Uncommitted Changes)", |
| b69ab31 | | | 5 | "sapling.open-diff-head-command": "Open Diff View For Current File (Head Changes)", |
| b69ab31 | | | 6 | "sapling.open-diff-stack-command": "Open Diff View For Current File (Stack Changes)", |
| b69ab31 | | | 7 | "sapling.revert-file-command": "Revert uncommitted change to this file", |
| b69ab31 | | | 8 | "sapling.open-comparison-view-uncommitted-command": "Open Comparison Viewer (Uncommitted Changes)", |
| b69ab31 | | | 9 | "sapling.open-comparison-view-head-command": "Open Comparison Viewer (Head Changes)", |
| b69ab31 | | | 10 | "sapling.open-comparison-view-stack-command": "Open Comparison Viewer (Stack Changes)", |
| b69ab31 | | | 11 | "sapling.open-comparison-view-command": "Open Comparison View", |
| b69ab31 | | | 12 | "settings.isl.openBeside.description": "If true, files, diffs, and comparisons will open beside the existing ISL panel instead of in the same View Column. Useful to keep ISL open and visible when clicking on files.", |
| b69ab31 | | | 13 | "settings.isl.showInSidebar.description": "If true, Interactive Smartlog will appear in the sidebar as a view. If false, Interactive Smartlog will appear as a normal panel like an editor. Restart to take full effect.", |
| c3ed59a | | | 14 | "settings.commandPath.description": "Controls which executable to use for running sl commands. Default: use `sl` on your PATH. Restart required to take effect.", |
| c3ed59a | | | 15 | "settings.showInlineBlame.description": "Whether to show inline blame annotations next to your cursor when browsing files in Grove repos.", |
| b69ab31 | | | 16 | "settings.showDiffComments.description": "Whether to show Phabricator Diff comments and inline code suggestions.", |
| b69ab31 | | | 17 | "settings.diffViewMode.description": "Whether to show code suggestion with unified or split diff view", |
| b69ab31 | | | 18 | "settings.markConflictingFilesResolvedOnSave.description": "Whether to mark files with merge conflicts as resolved after saving them with no remaining conflict markers.", |
| b69ab31 | | | 19 | "settings.comparisonPanelMode.description": "Whether comparisons should always appear in a separate panel or only when ISL is not active", |
| b69ab31 | | | 20 | "settings.comparisonPanelMode.enumDescriptions.auto": "Show comparisons inside the ISL window when ISL is active, and otherwise use a new panel", |
| b69ab31 | | | 21 | "settings.comparisonPanelMode.enumDescriptions.always-separate-panel": "Always open a separate panel to view comparisons", |
| b69ab31 | | | 22 | "isl.confirmModalOK": "OK", |
| b69ab31 | | | 23 | "isl.title": "Interactive Smartlog", |
| b69ab31 | | | 24 | "isl.loading-text": "Loading...", |
| b69ab31 | | | 25 | "sapling.open-comments-command": "Open Code Review Comments Panel", |
| b69ab31 | | | 26 | "sapling.toggle-inline-comments-command": "Toggle Show/Hide Inline Code Review Comments" |
| b69ab31 | | | 27 | } |