mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
* add a view to handle no workspace scenario * text update * project type filter improvement * fix the project level context menu issue * update strings
11 lines
573 B
JSON
11 lines
573 B
JSON
{
|
|
"extension-displayName": "Data workspace",
|
|
"extension-description": "Data workspace",
|
|
"data-workspace-view-container-name": "Projects",
|
|
"main-view-name": "Projects",
|
|
"add-project-command": "Add Project",
|
|
"refresh-workspace-command": "Refresh",
|
|
"remove-project-command": "Remove Project",
|
|
"projects-view-no-workspace-content": "To use projects, open a workspace and add projects to it, or use the 'Add Project' feature and we will create a workspace for you.\n[Open Workspace](command:workbench.action.openWorkspace)\n[Add Project](command:projects.addProject)"
|
|
}
|