-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.json
More file actions
21 lines (21 loc) · 1.35 KB
/
package.nls.json
File metadata and controls
21 lines (21 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"extension.description": "Minimalist, fast, and stable VS Code project switching extension",
"projectSwitcher.commands.quickSwitch": "Quick Switch Project",
"projectSwitcher.commands.addCurrent": "Add Current Project",
"projectSwitcher.commands.openProject": "Open Project",
"projectSwitcher.commands.openProjectNewWindow": "Open Project in New Window",
"projectSwitcher.commands.editProject": "Edit Project",
"projectSwitcher.commands.deleteProject": "Delete Project",
"projectSwitcher.commands.togglePin": "Toggle Pin",
"projectSwitcher.commands.searchProjects": "Search Projects",
"projectSwitcher.commands.refresh": "Refresh",
"projectSwitcher.commands.openJsonFile": "Open JSON Config File",
"projectSwitcher.config.defaultOpenMode": "Default window to open projects: current or new window",
"projectSwitcher.config.sortBy": "Projects sorting method: recent or name",
"projectSwitcher.config.showStatusBar": "Whether to show the current project in the status bar",
"projectSwitcher.config.enableSettingsSync": "Enable persistence via Settings Sync",
"projectSwitcher.config.groupByTag": "Whether to group projects by tag in the sidebar",
"projectSwitcher.config.groupBySSH": "Whether to group projects by SSH host in the sidebar",
"projectSwitcher.config.debug": "Enable debug logging",
"projectSwitcher.views.title": "Project Jump"
}