-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.nls.json
More file actions
53 lines (53 loc) · 3.26 KB
/
package.nls.json
File metadata and controls
53 lines (53 loc) · 3.26 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
{
"extension.displayName": "VirtualTabs - Virtual File Directories & AI context management",
"extension.description": "Organize files into Virtual File Directories backed by a bundled MCP Server for AI agent integration. Perfect for large projects, Monorepos, and LLM context management. Features AI-ready context export, Agent Skill generation, multi-select copy, and persistent bookmarks.",
"view.virtualTabsContainer.title": "Virtual Tabs",
"view.virtualTabsView.name": "Virtual Tabs",
"command.addGroup.title": "Add Group",
"command.removeGroup.title": "Remove",
"command.renameGroup.title": "Rename Group",
"command.duplicateGroup.title": "Duplicate Group",
"command.duplicateBuiltInGroup.title": "Duplicate Group (Currently Open Files)",
"command.addSubGroup.title": "Add Sub-Group",
"command.moveGroupUp.title": "Move Up",
"command.moveGroupDown.title": "Move Down",
"command.refreshBuiltInGroup.title": "Refresh",
"command.autoGroupByExt.title": "Auto Group by Extension",
"command.addSelectedFilesToGroup.title": "Add Selected Files to Group",
"command.openAllFiles.title": "Open All Group Files",
"command.closeAllFiles.title": "Close All Group Files",
"command.openSelectedFiles.title": "Open Selected Files",
"command.closeSelectedFiles.title": "Close Selected Files",
"command.runFile.title": "Run",
"command.removeSelectedFilesFromGroup.title": "Remove Selected Files from Group",
"command.deleteFile.title": "Delete File",
"command.copyFilePath.title": "Copy Absolute Path",
"command.copyFileName.title": "Copy File Name",
"command.copyRelativePath.title": "Copy Relative Path",
"command.revealFileInOS.title": "Reveal in File Explorer",
"command.removeFileFromGroup.title": "Remove",
"command.sortByName.title": "Sort by Name",
"command.sortByPath.title": "Sort by Path",
"command.sortByExtension.title": "Sort by Extension",
"command.sortByModified.title": "Sort by Modified Time",
"command.toggleSortOrder.title": "Toggle Sort Order (Asc/Desc)",
"command.clearSort.title": "Clear Sorting (Insertion Order)",
"command.autoGroupByModifiedDate.title": "Auto Group by Modified Date",
"command.addBookmark.title": "Add Bookmark to Group",
"command.jumpToBookmark.title": "Jump to Bookmark",
"command.editBookmarkLabel.title": "Edit Bookmark Label",
"command.editBookmarkDescription.title": "Edit Bookmark Description",
"command.removeBookmark.title": "Remove Bookmark",
"submenu.sortFiles.label": "Sort Files",
"command.copyGroupContext.title": "Copy Context for AI",
"command.copyGroupPaths.title": "Copy File Paths",
"command.copyName.title": "Copy Name",
"config.confirmBeforeDelete.description": "Show confirmation dialog before deleting groups or files",
"config.autoRevealActiveFile.description": "Automatically reveal and highlight the active editor file in the Virtual Tabs view",
"command.closeFile.title": "Close File",
"command.sendTo.title": "Send to...",
"command.sendToIncludeGroupFolder.title": "Send to... (Include Group Folder)",
"command.sendToExcludeGroupFolder.title": "Send to... (Exclude Group Folder)",
"command.moveFileUp.title": "Move File Up",
"command.moveFileDown.title": "Move File Down"
}