mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Move service installs to their extensions (#9778)
* move service installs to their extensions * more clean up * fix clearline * remove some stuff
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
],
|
||||
"scripts": {
|
||||
"compile": "gulp compile-extension:mssql-client",
|
||||
"update-grammar": "node ../../build/npm/update-grammar.js Microsoft/vscode-mssql syntaxes/SQL.plist ./syntaxes/sql.tmLanguage.json"
|
||||
"update-grammar": "node ../../build/npm/update-grammar.js Microsoft/vscode-mssql syntaxes/SQL.plist ./syntaxes/sql.tmLanguage.json",
|
||||
"postinstall": "node ./build/postinstall.js"
|
||||
},
|
||||
"contributes": {
|
||||
"commands": [
|
||||
|
||||
Reference in New Issue
Block a user