mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Fix VSIX file generation for Kusto (#11998)
Co-authored-by: Monica Gupta <mogupt@microsoft.com>
This commit is contained in:
@@ -11,6 +11,10 @@
|
|||||||
"azdata": ">=1.22.0"
|
"azdata": ">=1.22.0"
|
||||||
},
|
},
|
||||||
"main": "./out/main",
|
"main": "./out/main",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/Microsoft/azuredatastudio.git"
|
||||||
|
},
|
||||||
"typings": "./src/kusto",
|
"typings": "./src/kusto",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"compile": "gulp compile-extension:kusto-client",
|
"compile": "gulp compile-extension:kusto-client",
|
||||||
|
|||||||
Reference in New Issue
Block a user