mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
data workspace extension batch 2 (#12208)
* work in progress * load projects in view and test cases * update scope * make the sql proj menu available in workspace view * add extension unit test * address comments * fix errors
This commit is contained in:
@@ -22,7 +22,9 @@ const extensionList = [
|
||||
'notebook',
|
||||
'resource-deployment',
|
||||
'machine-learning',
|
||||
'sql-database-projects'];
|
||||
'sql-database-projects',
|
||||
'data-workspace'
|
||||
];
|
||||
|
||||
let argv = require('yargs')
|
||||
.command('$0 [extensions...]')
|
||||
|
||||
Reference in New Issue
Block a user