mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
449 lines
14 KiB
JSON
449 lines
14 KiB
JSON
{
|
|
"name": "kusto",
|
|
"version": "0.5.9",
|
|
"publisher": "Microsoft",
|
|
"aiKey": "29a207bb14f84905966a8f22524cb730-25407f35-11b6-4d4e-8114-ab9e843cb52f-7380",
|
|
"activationEvents": [
|
|
"*"
|
|
],
|
|
"engines": {
|
|
"vscode": "*",
|
|
"azdata": ">=1.28.0"
|
|
},
|
|
"main": "./out/main",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/azuredatastudio.git"
|
|
},
|
|
"typings": "./src/kusto",
|
|
"scripts": {
|
|
"compile": "gulp compile-extension:kusto-client",
|
|
"update-grammar": "node ../../build/npm/update-grammar.js Microsoft/vscode-kusto ./syntaxes/kusto.tmLanguage"
|
|
},
|
|
"capabilities": {
|
|
"virtualWorkspaces": false,
|
|
"untrustedWorkspaces": {
|
|
"supported": true
|
|
}
|
|
},
|
|
"contributes": {
|
|
"commands": [
|
|
{
|
|
"command": "kustoCluster.task.newNotebook",
|
|
"title": "%notebook.command.new%",
|
|
"icon": {
|
|
"dark": "resources/dark/new_notebook_inverse.svg",
|
|
"light": "resources/light/new_notebook.svg"
|
|
}
|
|
},
|
|
{
|
|
"command": "kustoCluster.task.openNotebook",
|
|
"title": "%notebook.command.open%",
|
|
"icon": {
|
|
"dark": "resources/dark/open_notebook_inverse.svg",
|
|
"light": "resources/light/open_notebook.svg"
|
|
}
|
|
}
|
|
],
|
|
"languages": [
|
|
{
|
|
"id": "kusto",
|
|
"aliases": [
|
|
"Kusto",
|
|
"kusto"
|
|
],
|
|
"extensions": [
|
|
".kql",
|
|
".kusto",
|
|
".csl"
|
|
],
|
|
"configuration": "./language-configuration.json"
|
|
}
|
|
],
|
|
"grammars": [
|
|
{
|
|
"language": "kusto",
|
|
"scopeName": "source.kusto",
|
|
"path": "./syntaxes/kusto.tmLanguage"
|
|
}
|
|
],
|
|
"themes": [
|
|
{
|
|
"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": [
|
|
"Kusto"
|
|
],
|
|
"snippets": [
|
|
{
|
|
"language": "kusto",
|
|
"path": "./snippets/kusto.json"
|
|
}
|
|
],
|
|
"configuration": {
|
|
"type": "object",
|
|
"title": "%kusto.configuration.title%",
|
|
"properties": {
|
|
"kusto.query.displayBitAsNumber": {
|
|
"type": "boolean",
|
|
"default": true,
|
|
"description": "%kusto.query.displayBitAsNumber%"
|
|
},
|
|
"kusto.format.alignColumnDefinitionsInColumns": {
|
|
"type": "boolean",
|
|
"description": "%kusto.format.alignColumnDefinitionsInColumns%",
|
|
"default": false
|
|
},
|
|
"kusto.format.datatypeCasing": {
|
|
"type": "string",
|
|
"description": "%kusto.format.datatypeCasing%",
|
|
"default": "none",
|
|
"enum": [
|
|
"none",
|
|
"uppercase",
|
|
"lowercase"
|
|
]
|
|
},
|
|
"kusto.format.keywordCasing": {
|
|
"type": "string",
|
|
"description": "%kusto.format.keywordCasing%",
|
|
"default": "none",
|
|
"enum": [
|
|
"none",
|
|
"uppercase",
|
|
"lowercase"
|
|
]
|
|
},
|
|
"kusto.logDebugInfo": {
|
|
"type": "boolean",
|
|
"default": false,
|
|
"description": "%kusto.logDebugInfo%"
|
|
},
|
|
"kusto.tracingLevel": {
|
|
"type": "string",
|
|
"description": "%kusto.tracingLevel%",
|
|
"default": "Critical",
|
|
"enum": [
|
|
"All",
|
|
"Off",
|
|
"Critical",
|
|
"Error",
|
|
"Warning",
|
|
"Information",
|
|
"Verbose"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"menus": {
|
|
"commandPalette": [
|
|
{
|
|
"command": "kustoCluster.task.newNotebook",
|
|
"when": "false"
|
|
},
|
|
{
|
|
"command": "kustoCluster.task.openNotebook",
|
|
"when": "false"
|
|
}
|
|
]
|
|
},
|
|
"dashboard": {
|
|
"provider": "KUSTO",
|
|
"flavors": [
|
|
{
|
|
"flavor": "cloud",
|
|
"conditions": [
|
|
{
|
|
"field": "isCloud",
|
|
"operator": "==",
|
|
"value": true
|
|
}
|
|
],
|
|
"databaseProperties": [
|
|
{
|
|
"displayName": "%cloud.databaseProperties.name%",
|
|
"value": "name"
|
|
},
|
|
{
|
|
"displayName": "%cloud.databaseProperties.size%",
|
|
"value": "sizeInMB"
|
|
}
|
|
],
|
|
"serverProperties": [
|
|
{
|
|
"displayName": "%cloud.serverProperties.summary%",
|
|
"value": "summary"
|
|
},
|
|
{
|
|
"displayName": "%cloud.serverProperties.machinesTotal%",
|
|
"value": "machinesTotal"
|
|
},
|
|
{
|
|
"displayName": "%cloud.serverProperties.diskCacheCapacity%",
|
|
"value": "diskCacheCapacity"
|
|
}
|
|
],
|
|
"databasesListProperties": [
|
|
{
|
|
"displayName": "%databasesListProperties.name%",
|
|
"value": "name",
|
|
"widthWeight": 60
|
|
},
|
|
{
|
|
"displayName": "%databasesListProperties.size%",
|
|
"value": "sizeInMB",
|
|
"widthWeight": 20
|
|
}
|
|
],
|
|
"objectsListProperties": [
|
|
{
|
|
"displayName": "%objectsListProperties.name%",
|
|
"value": "name",
|
|
"widthWeight": 60
|
|
},
|
|
{
|
|
"displayName": "%objectsListProperties.metadataTypeName%",
|
|
"value": "metadataTypeName",
|
|
"widthWeight": 20
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"connectionProvider": {
|
|
"providerId": "KUSTO",
|
|
"languageMode": "kusto",
|
|
"notebookKernelAlias": "Kusto",
|
|
"displayName": "%kusto.provider.displayName%",
|
|
"azureResource": "AzureKusto",
|
|
"iconPath": [
|
|
{
|
|
"id": "kusto:cloud",
|
|
"path": {
|
|
"light": "resources/light/azureDE.svg",
|
|
"dark": "resources/dark/azureDE_inverse.svg"
|
|
},
|
|
"default": true
|
|
},
|
|
{
|
|
"id": "kusto:cluster",
|
|
"path": {
|
|
"light": "resources/light/sql_bigdata_cluster.svg",
|
|
"dark": "resources/dark/sql_bigdata_cluster_inverse.svg"
|
|
}
|
|
}
|
|
],
|
|
"connectionOptions": [
|
|
{
|
|
"specialValueType": "connectionName",
|
|
"isIdentity": true,
|
|
"name": "connectionName",
|
|
"displayName": "%kusto.connectionOptions.connectionName.displayName%",
|
|
"description": "%kusto.connectionOptions.connectionName.description%",
|
|
"groupName": "%kusto.connectionOptions.groupName.source%",
|
|
"valueType": "string",
|
|
"defaultValue": null,
|
|
"objectType": null,
|
|
"categoryValues": null,
|
|
"isRequired": false,
|
|
"isArray": false
|
|
},
|
|
{
|
|
"specialValueType": "serverName",
|
|
"isIdentity": true,
|
|
"name": "server",
|
|
"displayName": "%kusto.connectionOptions.serverName.displayName%",
|
|
"description": "%kusto.connectionOptions.serverName.description%",
|
|
"groupName": "%kusto.connectionOptions.groupName.source%",
|
|
"valueType": "string",
|
|
"defaultValue": null,
|
|
"objectType": null,
|
|
"categoryValues": null,
|
|
"isRequired": true,
|
|
"isArray": false
|
|
},
|
|
{
|
|
"specialValueType": "databaseName",
|
|
"isIdentity": true,
|
|
"name": "database",
|
|
"displayName": "%kusto.connectionOptions.databaseName.displayName%",
|
|
"description": "%kusto.connectionOptions.databaseName.description%",
|
|
"groupName": "%kusto.connectionOptions.groupName.source%",
|
|
"valueType": "string",
|
|
"defaultValue": null,
|
|
"objectType": null,
|
|
"categoryValues": null,
|
|
"isRequired": false,
|
|
"isArray": false
|
|
},
|
|
{
|
|
"specialValueType": "authType",
|
|
"isIdentity": true,
|
|
"name": "authenticationType",
|
|
"displayName": "%kusto.connectionOptions.authType.displayName%",
|
|
"description": "%kusto.connectionOptions.authType.description%",
|
|
"groupName": "%kusto.connectionOptions.groupName.security%",
|
|
"valueType": "category",
|
|
"defaultValue": "AzureMFA",
|
|
"objectType": null,
|
|
"categoryValues": [
|
|
{
|
|
"displayName": "%kusto.connectionOptions.authType.categoryValues.azureMFA%",
|
|
"name": "AzureMFA"
|
|
},
|
|
{
|
|
"displayName": "%kusto.connectionOptions.authType.categoryValues.none%",
|
|
"name": "None"
|
|
},
|
|
{
|
|
"displayName": "%kusto.connectionOptions.authType.categoryValues.sqlLogin%",
|
|
"name": "SqlLogin"
|
|
}
|
|
],
|
|
"isRequired": true,
|
|
"isArray": false
|
|
},
|
|
{
|
|
"specialValueType": "userName",
|
|
"isIdentity": true,
|
|
"name": "user",
|
|
"displayName": "%kusto.connectionOptions.userName.displayName%",
|
|
"description": "%kusto.connectionOptions.userName.description%",
|
|
"groupName": "%kusto.connectionOptions.groupName.security%",
|
|
"valueType": "string",
|
|
"defaultValue": null,
|
|
"objectType": null,
|
|
"categoryValues": null,
|
|
"isRequired": true,
|
|
"isArray": false
|
|
},
|
|
{
|
|
"specialValueType": "password",
|
|
"isIdentity": true,
|
|
"name": "password",
|
|
"displayName": "%kusto.connectionOptions.password.displayName%",
|
|
"description": "%kusto.connectionOptions.password.description%",
|
|
"groupName": "%kusto.connectionOptions.groupName.security%",
|
|
"valueType": "password",
|
|
"defaultValue": null,
|
|
"objectType": null,
|
|
"categoryValues": null,
|
|
"isRequired": true,
|
|
"isArray": false
|
|
},
|
|
{
|
|
"specialValueType": null,
|
|
"isIdentity": false,
|
|
"name": "connectTimeout",
|
|
"displayName": "%kusto.connectionOptions.connectTimeout.displayName%",
|
|
"description": "%kusto.connectionOptions.connectTimeout.description%",
|
|
"groupName": "%kusto.connectionOptions.groupName.initialization%",
|
|
"valueType": "number",
|
|
"defaultValue": "30",
|
|
"objectType": null,
|
|
"categoryValues": null,
|
|
"isRequired": false,
|
|
"isArray": false
|
|
},
|
|
{
|
|
"specialValueType": null,
|
|
"isIdentity": false,
|
|
"name": "connectRetryCount",
|
|
"displayName": "%kusto.connectionOptions.connectRetryCount.displayName%",
|
|
"description": "%kusto.connectionOptions.connectRetryCount.description%",
|
|
"groupName": "%kusto.connectionOptions.groupName.connectionResiliency%",
|
|
"valueType": "number",
|
|
"defaultValue": "1",
|
|
"objectType": null,
|
|
"categoryValues": null,
|
|
"isRequired": false,
|
|
"isArray": false
|
|
},
|
|
{
|
|
"specialValueType": null,
|
|
"isIdentity": false,
|
|
"name": "connectRetryInterval",
|
|
"displayName": "%kusto.connectionOptions.connectRetryInterval.displayName%",
|
|
"description": "%kusto.connectionOptions.connectRetryInterval.description%",
|
|
"groupName": "%kusto.connectionOptions.groupName.connectionResiliency%",
|
|
"valueType": "number",
|
|
"defaultValue": "10",
|
|
"objectType": null,
|
|
"categoryValues": null,
|
|
"isRequired": false,
|
|
"isArray": false
|
|
},
|
|
{
|
|
"specialValueType": "appName",
|
|
"isIdentity": false,
|
|
"name": "applicationName",
|
|
"displayName": "%kusto.connectionOptions.applicationName.displayName%",
|
|
"description": "%kusto.connectionOptions.applicationName.description%",
|
|
"groupName": "%kusto.connectionOptions.groupName.context%",
|
|
"valueType": "string",
|
|
"defaultValue": null,
|
|
"objectType": null,
|
|
"categoryValues": null,
|
|
"isRequired": false,
|
|
"isArray": false
|
|
},
|
|
{
|
|
"specialValueType": null,
|
|
"isIdentity": false,
|
|
"name": "workstationId",
|
|
"displayName": "%kusto.connectionOptions.workstationId.displayName%",
|
|
"description": "%kusto.connectionOptions.workstationId.description%",
|
|
"groupName": "%kusto.connectionOptions.groupName.context%",
|
|
"valueType": "string",
|
|
"defaultValue": null,
|
|
"objectType": null,
|
|
"categoryValues": null,
|
|
"isRequired": false,
|
|
"isArray": false
|
|
},
|
|
{
|
|
"specialValueType": null,
|
|
"isIdentity": false,
|
|
"name": "failoverPartner",
|
|
"displayName": "%kusto.connectionOptions.failoverPartner.displayName%",
|
|
"description": "%kusto.connectionOptions.failoverPartner.description%",
|
|
"groupName": "%kusto.connectionOptions.groupName.source%",
|
|
"valueType": "string",
|
|
"defaultValue": null,
|
|
"objectType": null,
|
|
"categoryValues": null,
|
|
"isRequired": false,
|
|
"isArray": false
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"dataprotocol-client": "github:Microsoft/sqlops-dataprotocolclient#1.3.1",
|
|
"figures": "^2.0.0",
|
|
"find-remove": "1.2.1",
|
|
"@microsoft/ads-service-downloader": "^1.2.1",
|
|
"@microsoft/ads-extension-telemetry": "^2.0.0",
|
|
"vscode-languageclient": "5.2.1",
|
|
"vscode-nls": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/kerberos": "^1.1.0",
|
|
"@types/request": "^2.48.2",
|
|
"@types/through2": "^2.0.34"
|
|
},
|
|
"__metadata": {
|
|
"id": "74",
|
|
"publisherDisplayName": "Microsoft",
|
|
"publisherId": "Microsoft"
|
|
}
|
|
}
|