-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.json
More file actions
66 lines (66 loc) · 3.81 KB
/
Copy pathpackage.nls.json
File metadata and controls
66 lines (66 loc) · 3.81 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"displayName": "SSH Kit",
"description": "SSH host manager with grouping, key management, and quick connect for Remote-SSH",
"languageModelTools.listHosts.displayName": "List SSH Kit Hosts",
"languageModelTools.listHosts.modelDescription": "Read stored SSH Kit host metadata only when the user asks about SSH Kit-managed hosts or needs saved connection details for planning SSH or Remote-SSH work. This read-only tool does not connect, test reachability, read SSH Config files, identify the current remote window, or return private key contents. Use query and pagination to minimize returned metadata. Key file paths are hidden unless explicitly requested and confirmed.",
"languageModelTools.listHosts.userDescription": "Read saved SSH Kit host metadata for Copilot prompts",
"viewsContainers.title": "SSH Kit",
"views.hosts": "Hosts",
"views.keys": "Keys",
"commands.category": "SSH Kit",
"commands.addHost": "Add Host",
"commands.editHost": "Edit Host",
"commands.deleteHost": "Move Host to Recycle Bin",
"commands.addGroup": "Add Group",
"commands.renameGroup": "Rename Group",
"commands.deleteGroup": "Delete Group",
"commands.moveGroupTop": "Move Group to Top",
"commands.moveGroupUp": "Move Group Up",
"commands.moveGroupDown": "Move Group Down",
"commands.moveGroupBottom": "Move Group to Bottom",
"commands.sortGroupsByName": "Sort Groups by Name",
"commands.refresh": "Refresh",
"commands.connectHostInCurrentWindow": "Connect in Current Window",
"commands.connectHostInNewWindow": "Connect in New Window",
"commands.connectInExternalTerminal": "Connect in External Terminal",
"commands.connectInTerminal": "Connect via Terminal",
"commands.copyHostName": "Copy Hostname",
"commands.copyHostDetail": "Copy Detail",
"commands.testConnection": "Test Connection",
"commands.searchHosts": "Search Hosts",
"commands.filterHosts": "Filter Host List",
"commands.clearHostFilter": "Clear Host Filter",
"commands.sortHosts": "Sort Hosts",
"commands.importConfig": "Import from SSH Config",
"commands.exportConfig": "Export Hosts as SSH Config",
"commands.openSshConfig": "Open SSH Config",
"commands.openManagedSshConfig": "Open Managed SSH Config",
"commands.setupRemoteSshIntegration": "Enable Remote-SSH Integration",
"commands.repairRemoteSshIntegration": "Repair Remote-SSH Integration",
"commands.removeRemoteSshIntegration": "Remove Remote-SSH Integration",
"commands.showRemoteSshIntegrationStatus": "Manage Remote-SSH Integration",
"commands.cleanupAliases": "Clean Legacy SSH Kit Connection Aliases",
"commands.listKeys": "List SSH Keys",
"commands.generateKey": "Generate SSH Key",
"commands.copyKeyPublic": "Copy Public Key",
"commands.copyKeyDetail": "Copy Key Detail",
"commands.regenerateKeyPublic": "Regenerate Public Key",
"commands.deleteKey": "Delete Key",
"commands.renameKey": "Rename Key",
"commands.showKeyDetail": "Show Key Details",
"commands.openKeyFile": "Open Key File",
"commands.openPrivateKey": "Open Private Key",
"commands.showCurrentConnection": "Show Current Connection",
"commands.deduplicateHosts": "Remove Duplicate Hosts",
"commands.batchDeleteHosts": "Batch Delete Hosts",
"commands.manageRecycleBin": "Open Recycle Bin",
"commands.emptyRecycleBin": "Empty Recycle Bin",
"commands.batchChangeHostKey": "Batch Change Host Key",
"commands.backupData": "Backup Data",
"commands.restoreData": "Restore Data",
"commands.restoreCatalogSnapshot": "Restore Internal Snapshot",
"menus.groupOrder": "Group Order",
"menus.hostData": "Host Data and Maintenance",
"viewsWelcome.hosts": "No SSH hosts yet.\n\n[Add Host](command:sshKit.addHost) | [Import from SSH Config](command:sshKit.importConfig)\n[Open SSH Config](command:sshKit.openSshConfig)",
"viewsWelcome.keys": "No SSH keys found.\n\n[Generate SSH Key](command:sshKit.generateKey)"
}