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

@@ -0,0 +1,10 @@
{
"extends": "../shared.tsconfig.json",
"compilerOptions": {
"outDir": "./out",
"noUnusedParameters": false
},
"include": [
"src/**/*"
]
}