addons/vscode/package.nls.jsonblame
View source
b69ab311{
c3ed59a2 "sapling.command-category": "Grove",
b69ab313 "sapling.open-isl-command": "Open Interactive Smartlog",
b69ab314 "sapling.open-diff-uncommitted-command": "Open Diff View For Current File (Uncommitted Changes)",
b69ab315 "sapling.open-diff-head-command": "Open Diff View For Current File (Head Changes)",
b69ab316 "sapling.open-diff-stack-command": "Open Diff View For Current File (Stack Changes)",
b69ab317 "sapling.revert-file-command": "Revert uncommitted change to this file",
b69ab318 "sapling.open-comparison-view-uncommitted-command": "Open Comparison Viewer (Uncommitted Changes)",
b69ab319 "sapling.open-comparison-view-head-command": "Open Comparison Viewer (Head Changes)",
b69ab3110 "sapling.open-comparison-view-stack-command": "Open Comparison Viewer (Stack Changes)",
b69ab3111 "sapling.open-comparison-view-command": "Open Comparison View",
b69ab3112 "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.",
b69ab3113 "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.",
c3ed59a14 "settings.commandPath.description": "Controls which executable to use for running sl commands. Default: use `sl` on your PATH. Restart required to take effect.",
c3ed59a15 "settings.showInlineBlame.description": "Whether to show inline blame annotations next to your cursor when browsing files in Grove repos.",
b69ab3116 "settings.showDiffComments.description": "Whether to show Phabricator Diff comments and inline code suggestions.",
b69ab3117 "settings.diffViewMode.description": "Whether to show code suggestion with unified or split diff view",
b69ab3118 "settings.markConflictingFilesResolvedOnSave.description": "Whether to mark files with merge conflicts as resolved after saving them with no remaining conflict markers.",
b69ab3119 "settings.comparisonPanelMode.description": "Whether comparisons should always appear in a separate panel or only when ISL is not active",
b69ab3120 "settings.comparisonPanelMode.enumDescriptions.auto": "Show comparisons inside the ISL window when ISL is active, and otherwise use a new panel",
b69ab3121 "settings.comparisonPanelMode.enumDescriptions.always-separate-panel": "Always open a separate panel to view comparisons",
b69ab3122 "isl.confirmModalOK": "OK",
b69ab3123 "isl.title": "Interactive Smartlog",
b69ab3124 "isl.loading-text": "Loading...",
b69ab3125 "sapling.open-comments-command": "Open Code Review Comments Panel",
b69ab3126 "sapling.toggle-inline-comments-command": "Toggle Show/Hide Inline Code Review Comments"
b69ab3127}