mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -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:
@@ -23,7 +23,7 @@
|
||||
"kusto.logDebugInfo": "[Optional] Log debug output to the console (View -> Output) and then select appropriate output channel from the dropdown",
|
||||
"kusto.tracingLevel": "[Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information",
|
||||
|
||||
"kusto.provider.displayName": "Kusto",
|
||||
"kusto.provider.displayName": "Azure Data Explorer (Kusto)",
|
||||
"kusto.connectionOptions.connectionName.displayName": "Name (optional)",
|
||||
"kusto.connectionOptions.connectionName.description": "Custom name of the connection",
|
||||
"kusto.connectionOptions.serverName.displayName": "Cluster",
|
||||
|
||||
Reference in New Issue
Block a user