mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Added color theme for Kusto (#12216)
* Added color theme * Changed Kusto extension UI labels Co-authored-by: Monica Gupta <mogupt@microsoft.com>
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
"typings": "./src/kusto",
|
||||
"scripts": {
|
||||
"compile": "gulp compile-extension:kusto-client",
|
||||
"update-grammar": "node ../../build/npm/update-grammar.js Microsoft/vscode-kusto syntaxes/SQL.plist ./syntaxes/sql.tmLanguage.json"
|
||||
"update-grammar": "node ../../build/npm/update-grammar.js Microsoft/vscode-kusto ./syntaxes/kusto.tmLanguage"
|
||||
},
|
||||
"contributes": {
|
||||
"commands": [
|
||||
@@ -66,6 +66,11 @@
|
||||
"label": "[Kuskus] Kusto (Dark)",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/kuskus-kusto-dark.json"
|
||||
},
|
||||
{
|
||||
"label": "[Kuskus] Kusto Explorer (Dark)",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/kuskus-kusto-explorer-dark.json"
|
||||
}
|
||||
],
|
||||
"outputChannels": [
|
||||
|
||||
Reference in New Issue
Block a user