mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 09:35:36 -05:00
Add convert to SDK style project to context menu (#18847)
* differentiate between sdk and legacy style projects in tree * switch to legacy * add to context menu * add function call
This commit is contained in:
@@ -481,6 +481,7 @@ export const sqlAuth = 'SqlAuth';
|
||||
// Tree item types
|
||||
export enum DatabaseProjectItemType {
|
||||
project = 'databaseProject.itemType.project',
|
||||
legacyProject = 'databaseProject.itemType.legacyProject',
|
||||
folder = 'databaseProject.itemType.folder',
|
||||
file = 'databaseProject.itemType.file',
|
||||
externalStreamingJob = 'databaseProject.itemType.file.externalStreamingJob',
|
||||
|
||||
Reference in New Issue
Block a user