-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.nls.json
More file actions
42 lines (42 loc) · 3.16 KB
/
package.nls.json
File metadata and controls
42 lines (42 loc) · 3.16 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"category.quickCommands": "Quick Commands",
"command.deleteButtonSet": "Delete Button Set",
"command.executeFromTree": "Execute Command from Tree",
"command.exportConfiguration": "Export Configuration",
"command.importConfiguration": "Import Configuration",
"command.openConfig": "Open Configuration UI",
"command.refresh": "Refresh Quick Command Buttons",
"command.refreshTree": "Refresh Tree View",
"command.saveAsButtonSet": "Save Current Buttons as Set",
"command.showAllCommands": "Show All Quick Commands",
"command.switchButtonSet": "Switch Button Set",
"command.toggleConfigurationTarget": "Toggle Configuration Target (Workspace/Global)",
"config.activeSet.description": "Currently active button set name (null uses default buttons)",
"config.buttonSets.buttons.description": "Buttons in this set",
"config.buttonSets.description": "Named button sets for quick context switching",
"config.buttonSets.name.description": "Unique name for the button set",
"config.buttons.color.description": "Button text color",
"config.buttons.command.description": "Command to execute (for single buttons)",
"config.buttons.description": "Configuration for quick command buttons",
"config.buttons.executeAll.description": "Execute all commands in group simultaneously",
"config.buttons.group.description": "Sub-commands for grouped buttons (supports infinite nesting)",
"config.buttons.insertOnly.description": "Insert command into terminal without executing (user must press Enter manually)",
"config.buttons.newTerminal.description": "Always create a new terminal for each execution instead of reusing existing one",
"config.buttons.name.description": "Button label (supports $(icon-name) syntax)",
"config.buttons.shortcut.description": "Single key shortcut for quick access (e.g. 'q', '1', 'F1')",
"config.buttons.terminalName.description": "Custom terminal name",
"config.buttons.useVsCodeApi.description": "Use VS Code API instead of terminal",
"config.configurationTarget.description": "Where to save button configurations: 'local' saves to workspace state (Git-excluded), 'workspace' saves to .vscode/settings.json (project-specific), 'global' saves to user settings (shared across all projects)",
"config.configurationTarget.global": "Save to user settings - shared across all projects",
"config.configurationTarget.local": "Save to workspace state (Git-excluded) - personal project commands",
"config.configurationTarget.workspace": "Save to workspace settings (.vscode/settings.json) - project-specific commands",
"config.refreshButton.color.description": "Color for the refresh button",
"config.refreshButton.description": "Configuration for the refresh button",
"config.refreshButton.enabled.description": "Enable/disable the refresh button",
"config.refreshButton.icon.description": "Icon for the refresh button (supports $(icon-name) syntax)",
"config.setIndicator.description": "Configuration for the set indicator button",
"config.setIndicator.enabled.description": "Enable/disable the set indicator button in the status bar",
"config.title": "Quick Command Buttons",
"view.commands": "Commands",
"viewsContainer.title": "Quick Commands"
}