introduce data workspace extension (#12046)

* initial commit

* command name

* format file

* update view name

* spacing

* comments

* update yarn.lock

* comments

* Revert "comments"

This reverts commit 3aa7f68edbe87a3312e206df7b162cdd57419dd4.

* address comments

* use built-in icon
This commit is contained in:
Alan Ren
2020-09-01 13:26:37 -07:00
committed by GitHub
parent 2b59cc0185
commit 6cbfc0fb1c
14 changed files with 1016 additions and 2 deletions

View File

@@ -224,7 +224,8 @@ const externalExtensions = [
'machine-learning',
'sql-assessment',
'asde-deployment',
'sql-migration'
'sql-migration',
'data-workspace'
];
// extensions that require a rebuild since they have native parts
const rebuildExtensions = [

View File

@@ -258,7 +258,8 @@ const externalExtensions = [
'machine-learning',
'sql-assessment',
'asde-deployment',
'sql-migration'
'sql-migration',
'data-workspace'
];
// extensions that require a rebuild since they have native parts