mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-15 10:58:31 -05:00
Show notification if there are projects that haven't been added to the workspace (#14046)
* add check for if there are projects that haven't been added to the workspace * add check when workspace folders change * add comment * update wording * filter for multiple file extensions at the same time * add test * addressing comments
This commit is contained in:
@@ -34,6 +34,11 @@
|
||||
"projects.defaultProjectSaveLocation": {
|
||||
"type": "string",
|
||||
"description": "%projects.defaultProjectSaveLocation%"
|
||||
},
|
||||
"projects.showNotAddedProjectsInWorkspacePrompt": {
|
||||
"type": "boolean",
|
||||
"description": "%projects.showNotAddedProjectsInWorkspacePrompt%",
|
||||
"default": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -153,6 +158,7 @@
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"fast-glob": "^3.1.0",
|
||||
"@microsoft/ads-extension-telemetry": "^1.1.1",
|
||||
"vscode-nls": "^4.0.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user