|
1 | 1 | { |
| 2 | + "category.quickCommands": "Quick Commands", |
| 3 | + "command.deleteButtonSet": "Delete Button Set", |
| 4 | + "command.executeFromTree": "Execute Command from Tree", |
| 5 | + "command.exportConfiguration": "Export Configuration", |
| 6 | + "command.importConfiguration": "Import Configuration", |
| 7 | + "command.openConfig": "Open Configuration UI", |
2 | 8 | "command.refresh": "Refresh Quick Command Buttons", |
3 | 9 | "command.refreshTree": "Refresh Tree View", |
4 | | - "command.executeFromTree": "Execute Command from Tree", |
| 10 | + "command.saveAsButtonSet": "Save Current Buttons as Set", |
5 | 11 | "command.showAllCommands": "Show All Quick Commands", |
6 | | - "command.openConfig": "Open Configuration UI", |
| 12 | + "command.switchButtonSet": "Switch Button Set", |
7 | 13 | "command.toggleConfigurationTarget": "Toggle Configuration Target (Workspace/Global)", |
8 | | - "command.exportConfiguration": "Export Configuration", |
9 | | - "command.importConfiguration": "Import Configuration", |
10 | | - "category.quickCommands": "Quick Commands", |
11 | | - "viewsContainer.title": "Quick Commands", |
12 | | - "view.commands": "Commands", |
13 | | - "config.title": "Quick Command Buttons", |
14 | | - "config.refreshButton.description": "Configuration for the refresh button", |
15 | | - "config.refreshButton.icon.description": "Icon for the refresh button (supports $(icon-name) syntax)", |
16 | | - "config.refreshButton.color.description": "Color for the refresh button", |
17 | | - "config.refreshButton.enabled.description": "Enable/disable the refresh button", |
18 | | - "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)", |
19 | | - "config.configurationTarget.local": "Save to workspace state (Git-excluded) - personal project commands", |
20 | | - "config.configurationTarget.workspace": "Save to workspace settings (.vscode/settings.json) - project-specific commands", |
21 | | - "config.configurationTarget.global": "Save to user settings - shared across all projects", |
| 14 | + "config.activeSet.description": "Currently active button set name (null uses default buttons)", |
| 15 | + "config.buttonSets.buttons.description": "Buttons in this set", |
| 16 | + "config.buttonSets.description": "Named button sets for quick context switching", |
| 17 | + "config.buttonSets.name.description": "Unique name for the button set", |
| 18 | + "config.buttons.color.description": "Button text color", |
| 19 | + "config.buttons.command.description": "Command to execute (for single buttons)", |
22 | 20 | "config.buttons.description": "Configuration for quick command buttons", |
| 21 | + "config.buttons.executeAll.description": "Execute all commands in group simultaneously", |
| 22 | + "config.buttons.group.description": "Sub-commands for grouped buttons (supports infinite nesting)", |
| 23 | + "config.buttons.insertOnly.description": "Insert command into terminal without executing (user must press Enter manually)", |
23 | 24 | "config.buttons.name.description": "Button label (supports $(icon-name) syntax)", |
24 | | - "config.buttons.command.description": "Command to execute (for single buttons)", |
25 | | - "config.buttons.useVsCodeApi.description": "Use VS Code API instead of terminal", |
26 | | - "config.buttons.color.description": "Button text color", |
27 | 25 | "config.buttons.shortcut.description": "Single key shortcut for quick access (e.g. 'q', '1', 'F1')", |
28 | 26 | "config.buttons.terminalName.description": "Custom terminal name", |
29 | | - "config.buttons.executeAll.description": "Execute all commands in group simultaneously", |
30 | | - "config.buttons.group.description": "Sub-commands for grouped buttons (supports infinite nesting)", |
31 | | - "config.buttons.insertOnly.description": "Insert command into terminal without executing (user must press Enter manually)" |
| 27 | + "config.buttons.useVsCodeApi.description": "Use VS Code API instead of terminal", |
| 28 | + "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)", |
| 29 | + "config.configurationTarget.global": "Save to user settings - shared across all projects", |
| 30 | + "config.configurationTarget.local": "Save to workspace state (Git-excluded) - personal project commands", |
| 31 | + "config.configurationTarget.workspace": "Save to workspace settings (.vscode/settings.json) - project-specific commands", |
| 32 | + "config.refreshButton.color.description": "Color for the refresh button", |
| 33 | + "config.refreshButton.description": "Configuration for the refresh button", |
| 34 | + "config.refreshButton.enabled.description": "Enable/disable the refresh button", |
| 35 | + "config.refreshButton.icon.description": "Icon for the refresh button (supports $(icon-name) syntax)", |
| 36 | + "config.title": "Quick Command Buttons", |
| 37 | + "view.commands": "Commands", |
| 38 | + "viewsContainer.title": "Quick Commands" |
32 | 39 | } |
0 commit comments