2016-06-26 21:49:47 +03:00
|
|
|
{
|
2016-10-25 00:42:06 +03:00
|
|
|
"name": "mssql",
|
2018-06-27 21:28:00 +03:00
|
|
|
"displayName": "SQL Server (mssql)",
|
2021-10-05 02:22:43 +03:00
|
|
|
"version": "1.11.0",
|
2016-11-12 05:18:53 +03:00
|
|
|
"description": "Develop Microsoft SQL Server, Azure SQL Database and SQL Data Warehouse everywhere",
|
2016-12-19 21:52:03 +03:00
|
|
|
"publisher": "ms-mssql",
|
2017-04-27 15:16:38 +03:00
|
|
|
"preview": false,
|
2016-07-14 02:25:29 +03:00
|
|
|
"license": "SEE LICENSE IN LICENSE.txt",
|
2016-07-26 20:23:24 +03:00
|
|
|
"aiKey": "AIF-5574968e-856d-40d2-af67-c89a14e76412",
|
2016-06-26 21:49:47 +03:00
|
|
|
"icon": "images/sqlserver.png",
|
|
|
|
"galleryBanner": {
|
2016-10-25 00:42:06 +03:00
|
|
|
"color": "#2F2F2F",
|
|
|
|
"theme": "dark"
|
2016-06-26 21:49:47 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-07-19 01:21:48 +03:00
|
|
|
"url": "https://github.com/Microsoft/vscode-mssql.git"
|
2016-06-26 21:49:47 +03:00
|
|
|
},
|
|
|
|
"bugs": {
|
2016-07-19 03:15:30 +03:00
|
|
|
"url": "https://github.com/Microsoft/vscode-mssql/issues"
|
2016-07-14 02:25:29 +03:00
|
|
|
},
|
2016-07-19 01:21:48 +03:00
|
|
|
"homepage": "https://github.com/Microsoft/vscode-mssql/blob/master/README.md",
|
2016-06-26 21:49:47 +03:00
|
|
|
"engines": {
|
2021-08-17 21:44:34 +03:00
|
|
|
"vscode": "^1.57.0"
|
2016-06-26 21:49:47 +03:00
|
|
|
},
|
|
|
|
"categories": [
|
2019-03-23 03:17:12 +03:00
|
|
|
"Programming Languages",
|
2017-08-24 00:14:59 +03:00
|
|
|
"Azure"
|
2016-06-26 21:49:47 +03:00
|
|
|
],
|
|
|
|
"keywords": [
|
2016-07-14 02:25:29 +03:00
|
|
|
"SQL",
|
2016-10-25 00:42:06 +03:00
|
|
|
"MSSQL",
|
2016-07-14 02:25:29 +03:00
|
|
|
"SQL Server",
|
|
|
|
"Azure SQL Database",
|
2017-11-07 21:56:24 +03:00
|
|
|
"Azure SQL Data Warehouse",
|
|
|
|
"multi-root ready"
|
2016-07-14 02:25:29 +03:00
|
|
|
],
|
|
|
|
"activationEvents": [
|
2019-09-03 21:56:07 +03:00
|
|
|
"onView:objectExplorer",
|
2016-11-23 05:00:56 +03:00
|
|
|
"onLanguage:sql",
|
2019-11-28 03:20:57 +03:00
|
|
|
"onCommand:mssql.connect",
|
|
|
|
"onCommand:mssql.runQuery",
|
|
|
|
"onCommand:mssql.runCurrentStatement",
|
|
|
|
"onCommand:mssql.disconnect",
|
|
|
|
"onCommand:mssql.manageProfiles",
|
|
|
|
"onCommand:mssql.chooseDatabase",
|
|
|
|
"onCommand:mssql.cancelQuery",
|
|
|
|
"onCommand:mssql.showGettingStarted",
|
|
|
|
"onCommand:mssql.newQuery",
|
|
|
|
"onCommand:mssql.rebuildIntelliSenseCache",
|
|
|
|
"onCommand:mssql.addObjectExplorer",
|
|
|
|
"onCommand:mssql.objectExplorerNewQuery",
|
|
|
|
"onCommand:mssql.toggleSqlCmd",
|
2020-10-12 18:01:32 +03:00
|
|
|
"onCommand:mssql.loadCompletionExtension",
|
|
|
|
"onCommand:mssql.removeAadAccount"
|
2016-06-26 21:49:47 +03:00
|
|
|
],
|
|
|
|
"main": "./out/src/extension",
|
|
|
|
"extensionDependencies": [
|
|
|
|
"vscode.sql"
|
|
|
|
],
|
2021-10-18 22:55:45 +03:00
|
|
|
"extensionPack": [
|
2021-10-27 20:41:48 +03:00
|
|
|
"ms-mssql.data-workspace-vscode",
|
|
|
|
"ms-mssql.sql-database-projects-vscode"
|
2021-10-18 22:55:45 +03:00
|
|
|
],
|
2016-06-26 21:49:47 +03:00
|
|
|
"devDependencies": {
|
2019-10-11 00:40:20 +03:00
|
|
|
"@angular/common": "~2.1.2",
|
|
|
|
"@angular/compiler": "~2.1.2",
|
|
|
|
"@angular/core": "~2.1.2",
|
|
|
|
"@angular/forms": "~2.1.2",
|
|
|
|
"@angular/platform-browser": "~2.1.2",
|
|
|
|
"@angular/platform-browser-dynamic": "~2.1.2",
|
|
|
|
"@angular/router": "~3.1.2",
|
|
|
|
"@angular/upgrade": "~2.1.2",
|
2021-11-15 19:55:59 +03:00
|
|
|
"@types/ejs": "^3.1.0",
|
2019-10-11 00:40:20 +03:00
|
|
|
"@types/jquery": "^3.3.31",
|
|
|
|
"@types/jqueryui": "^1.12.7",
|
2020-10-12 18:01:32 +03:00
|
|
|
"@types/keytar": "^4.4.2",
|
2019-09-13 20:53:37 +03:00
|
|
|
"@types/mocha": "^5.2.7",
|
|
|
|
"@types/tmp": "0.0.28",
|
|
|
|
"@types/underscore": "1.8.3",
|
2021-08-17 21:44:34 +03:00
|
|
|
"@types/vscode": "1.57.0",
|
2020-10-12 18:01:32 +03:00
|
|
|
"angular-in-memory-web-api": "0.1.13",
|
|
|
|
"angular2-slickgrid": "github:microsoft/angular2-slickgrid#1.2.2-patch1",
|
2019-09-13 20:53:37 +03:00
|
|
|
"assert": "^1.4.1",
|
2016-12-02 22:44:45 +03:00
|
|
|
"chai": "^3.5.0",
|
2020-03-12 00:40:31 +03:00
|
|
|
"coveralls": "^3.0.2",
|
2016-11-07 23:56:10 +03:00
|
|
|
"decache": "^4.1.0",
|
2016-08-02 04:18:36 +03:00
|
|
|
"del": "^2.2.1",
|
2021-11-12 20:45:04 +03:00
|
|
|
"gulp": "^4.0.2",
|
2016-10-27 01:01:40 +03:00
|
|
|
"gulp-concat": "^2.6.0",
|
2016-11-17 21:35:52 +03:00
|
|
|
"gulp-istanbul-report": "0.0.1",
|
2016-10-27 01:01:40 +03:00
|
|
|
"gulp-json-editor": "^2.2.1",
|
|
|
|
"gulp-rename": "^1.2.2",
|
2020-03-12 00:40:31 +03:00
|
|
|
"gulp-shell": "^0.7.0",
|
2016-08-02 04:18:36 +03:00
|
|
|
"gulp-sourcemaps": "^1.6.0",
|
2019-04-23 02:29:20 +03:00
|
|
|
"gulp-tslint": "^8.1.4",
|
2020-03-12 00:40:31 +03:00
|
|
|
"gulp-typescript": "^5.0.1",
|
2016-10-27 01:01:40 +03:00
|
|
|
"gulp-uglify": "^2.0.0",
|
2016-11-17 21:35:52 +03:00
|
|
|
"istanbul": "^0.4.5",
|
2016-08-20 02:38:35 +03:00
|
|
|
"pm-mocha-jenkins-reporter": "^0.2.6",
|
2016-11-17 21:35:52 +03:00
|
|
|
"remap-istanbul": "^0.6.4",
|
2019-09-13 20:53:37 +03:00
|
|
|
"rxjs": "5.0.0-beta.12",
|
2020-09-23 23:55:33 +03:00
|
|
|
"slickgrid": "github:kburtram/SlickGrid#2.3.23-2",
|
2019-10-11 00:40:20 +03:00
|
|
|
"systemjs": "0.19.40",
|
2020-10-12 18:01:32 +03:00
|
|
|
"systemjs-builder": "^0.15.32",
|
2019-10-11 00:40:20 +03:00
|
|
|
"systemjs-plugin-json": "^0.2.0",
|
2021-08-06 00:12:07 +03:00
|
|
|
"tslint": "^6.1.3",
|
2019-04-23 02:29:20 +03:00
|
|
|
"tslint-microsoft-contrib": "^5.2.0",
|
2017-07-11 02:04:34 +03:00
|
|
|
"typemoq": "^1.7.0",
|
2020-10-12 18:01:32 +03:00
|
|
|
"typescript": "^3.5.3",
|
2017-05-10 23:42:46 +03:00
|
|
|
"uglify-js": "mishoo/UglifyJS2#harmony-v2.8.22",
|
2019-03-21 03:43:59 +03:00
|
|
|
"vsce": "^1.58.0",
|
2020-09-23 23:55:33 +03:00
|
|
|
"vscode-nls-dev": "2.0.1",
|
2021-10-14 04:05:15 +03:00
|
|
|
"vscode-test": "^1.0.0",
|
2021-08-28 01:05:23 +03:00
|
|
|
"xmldom": "^0.6.0",
|
2016-11-17 21:35:52 +03:00
|
|
|
"yargs": "https://registry.npmjs.org/yargs/-/yargs-3.32.0.tgz"
|
2016-07-14 02:25:29 +03:00
|
|
|
},
|
2016-06-26 21:49:47 +03:00
|
|
|
"dependencies": {
|
2020-12-30 21:23:20 +03:00
|
|
|
"@types/node": "^14.14.16",
|
2020-12-09 04:02:02 +03:00
|
|
|
"ads-adal-library": "1.0.12",
|
2019-09-13 20:53:37 +03:00
|
|
|
"core-js": "^2.4.1",
|
2020-03-12 00:40:31 +03:00
|
|
|
"decompress-zip": "^0.2.2",
|
2021-11-15 19:55:59 +03:00
|
|
|
"ejs": "^3.1.6",
|
2016-08-20 04:38:56 +03:00
|
|
|
"error-ex": "^1.3.0",
|
|
|
|
"figures": "^1.4.0",
|
2019-11-28 03:20:57 +03:00
|
|
|
"find-remove": "1.2.1",
|
2016-09-14 01:57:29 +03:00
|
|
|
"fs-extra-promise": "^0.3.1",
|
2016-09-15 21:51:35 +03:00
|
|
|
"getmac": "1.2.1",
|
2018-11-13 02:06:25 +03:00
|
|
|
"http-proxy-agent": "^2.1.0",
|
|
|
|
"https-proxy-agent": "^2.2.1",
|
2019-09-13 20:53:37 +03:00
|
|
|
"jquery": "^3.4.1",
|
2016-11-09 02:55:55 +03:00
|
|
|
"opener": "1.4.2",
|
2021-11-12 23:57:50 +03:00
|
|
|
"plist": "^3.0.4",
|
2016-09-24 01:02:48 +03:00
|
|
|
"pretty-data": "^0.40.0",
|
2019-09-13 20:53:37 +03:00
|
|
|
"rangy": "^1.3.0",
|
|
|
|
"reflect-metadata": "0.1.12",
|
2017-07-15 04:30:15 +03:00
|
|
|
"semver": "https://registry.npmjs.org/semver/-/semver-5.0.3.tgz",
|
2021-09-01 19:30:20 +03:00
|
|
|
"tar": "^6.1.9",
|
2016-09-14 01:57:29 +03:00
|
|
|
"tmp": "^0.0.28",
|
2016-09-15 21:51:35 +03:00
|
|
|
"underscore": "^1.8.3",
|
2019-08-20 23:15:50 +03:00
|
|
|
"vscode-languageclient": "5.2.1",
|
2017-02-16 04:15:24 +03:00
|
|
|
"vscode-nls": "^2.0.2",
|
2019-09-13 20:53:37 +03:00
|
|
|
"zone.js": "^0.6.26"
|
2016-06-26 21:49:47 +03:00
|
|
|
},
|
2016-07-14 02:25:29 +03:00
|
|
|
"contributes": {
|
2019-09-03 21:56:07 +03:00
|
|
|
"viewsContainers": {
|
|
|
|
"activitybar": [
|
|
|
|
{
|
|
|
|
"id": "objectExplorer",
|
2019-09-24 10:57:33 +03:00
|
|
|
"title": "SQL Server",
|
2019-09-03 21:56:07 +03:00
|
|
|
"icon": "./images/server_page_inverse.svg"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"views": {
|
|
|
|
"objectExplorer": [
|
|
|
|
{
|
|
|
|
"id": "objectExplorer",
|
2019-09-26 23:51:28 +03:00
|
|
|
"name": "%extension.connections%"
|
2020-01-28 04:08:11 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "queryHistory",
|
|
|
|
"name": "%extension.queryHistory%",
|
|
|
|
"when": "config.mssql.enableQueryHistoryFeature"
|
2019-09-03 21:56:07 +03:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2016-06-26 21:49:47 +03:00
|
|
|
"languages": [
|
|
|
|
{
|
|
|
|
"id": "sql",
|
|
|
|
"extensions": [
|
|
|
|
".sql"
|
|
|
|
],
|
|
|
|
"aliases": [
|
|
|
|
"SQL"
|
|
|
|
],
|
|
|
|
"configuration": "./syntaxes/sql.configuration.json"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"grammars": [
|
|
|
|
{
|
|
|
|
"language": "sql",
|
|
|
|
"scopeName": "source.sql",
|
|
|
|
"path": "./syntaxes/SQL.plist"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"snippets": [
|
|
|
|
{
|
|
|
|
"language": "sql",
|
|
|
|
"path": "./snippets/mssql.json"
|
|
|
|
}
|
|
|
|
],
|
2016-10-27 01:01:40 +03:00
|
|
|
"menus": {
|
2019-12-20 00:48:33 +03:00
|
|
|
"editor/title": [
|
|
|
|
{
|
|
|
|
"command": "mssql.runQuery",
|
|
|
|
"when": "editorLangId == sql",
|
|
|
|
"group": "navigation@1"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "mssql.cancelQuery",
|
|
|
|
"when": "editorLangId == sql",
|
|
|
|
"group": "navigation@2"
|
|
|
|
}
|
|
|
|
],
|
2016-10-27 01:01:40 +03:00
|
|
|
"editor/context": [
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.runQuery",
|
2016-10-27 01:01:40 +03:00
|
|
|
"when": "editorLangId == sql"
|
|
|
|
}
|
2019-09-03 21:56:07 +03:00
|
|
|
],
|
|
|
|
"view/title": [
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.addObjectExplorer",
|
2019-10-22 06:45:05 +03:00
|
|
|
"when": "view == objectExplorer",
|
2019-11-28 03:20:57 +03:00
|
|
|
"title": "%mssql.addObjectExplorer%",
|
2019-09-26 23:51:28 +03:00
|
|
|
"group": "navigation"
|
2020-01-28 04:08:11 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "mssql.startQueryHistoryCapture",
|
|
|
|
"when": "view == queryHistory && config.mssql.enableQueryHistoryFeature && !config.mssql.enableQueryHistoryCapture",
|
|
|
|
"title": "%mssql.startQueryHistoryCapture%",
|
|
|
|
"group": "navigation"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "mssql.pauseQueryHistoryCapture",
|
|
|
|
"when": "view == queryHistory && config.mssql.enableQueryHistoryFeature && config.mssql.enableQueryHistoryCapture",
|
|
|
|
"title": "%mssql.pauseQueryHistoryCapture%",
|
|
|
|
"group": "navigation"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "mssql.clearAllQueryHistory",
|
|
|
|
"when": "view == queryHistory",
|
|
|
|
"title": "%mssql.clearAllQueryHistory%",
|
|
|
|
"group": "secondary"
|
2019-09-03 21:56:07 +03:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"view/item/context": [
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.objectExplorerNewQuery",
|
2019-10-22 06:45:05 +03:00
|
|
|
"when": "view == objectExplorer && viewItem =~ /^(disconnectedServer|Server|Database)$/",
|
2019-09-24 10:57:33 +03:00
|
|
|
"group": "MS_SQL@1"
|
2019-09-03 21:56:07 +03:00
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.removeObjectExplorerNode",
|
2019-10-22 06:45:05 +03:00
|
|
|
"when": "view == objectExplorer && viewItem =~ /^(disconnectedServer|Server)$/",
|
2019-12-11 21:54:30 +03:00
|
|
|
"group": "MS_SQL@4"
|
2019-09-03 21:56:07 +03:00
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.refreshObjectExplorerNode",
|
2019-10-22 06:45:05 +03:00
|
|
|
"when": "view == objectExplorer && viewItem != disconnectedServer",
|
2019-12-11 21:54:30 +03:00
|
|
|
"group": "MS_SQL@10"
|
2019-09-24 10:57:33 +03:00
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.disconnectObjectExplorerNode",
|
2019-10-22 06:45:05 +03:00
|
|
|
"when": "view == objectExplorer && viewItem == Server",
|
2019-12-11 21:54:30 +03:00
|
|
|
"group": "MS_SQL@3"
|
2019-09-03 21:56:07 +03:00
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.scriptSelect",
|
2019-10-22 06:45:05 +03:00
|
|
|
"when": "view == objectExplorer && viewItem =~ /^(Table|View)$/",
|
2019-09-28 01:29:30 +03:00
|
|
|
"group": "MS_SQL@1"
|
2019-11-21 01:51:03 +03:00
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.scriptCreate",
|
2021-08-31 23:40:51 +03:00
|
|
|
"when": "view == objectExplorer && viewItem =~ /^(Table|View|AggregateFunction|PartitionFunction|ScalarValuedFunction|Schema|StoredProcedure|TableValuedFunction|User|UserDefinedTableType|Trigger|DatabaseTrigger|Index|Key|User|DatabaseRole|ApplicationRole)$/",
|
2019-12-11 21:54:30 +03:00
|
|
|
"group": "MS_SQL@2"
|
2019-11-21 01:51:03 +03:00
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.scriptDelete",
|
2021-08-31 23:40:51 +03:00
|
|
|
"when": "view == objectExplorer && viewItem =~ /^(Table|View|AggregateFunction|PartitionFunction|ScalarValuedFunction|Schema|StoredProcedure|TableValuedFunction|User|UserDefinedTableType|Trigger|DatabaseTrigger|Index|Key|User|DatabaseRole|ApplicationRole)$/",
|
2019-12-11 21:54:30 +03:00
|
|
|
"group": "MS_SQL@3"
|
2019-11-21 01:51:03 +03:00
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.scriptExecute",
|
2019-11-21 01:51:03 +03:00
|
|
|
"when": "view == objectExplorer && viewItem =~ /^(StoredProcedure)$/",
|
2019-12-11 21:54:30 +03:00
|
|
|
"group": "MS_SQL@5"
|
2019-11-21 01:51:03 +03:00
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.scriptAlter",
|
2019-11-21 01:51:03 +03:00
|
|
|
"when": "view == objectExplorer && viewItem =~ /^(AggregateFunction|PartitionFunction|ScalarValuedFunction|StoredProcedure|TableValuedFunction|View)$/",
|
2019-12-11 21:54:30 +03:00
|
|
|
"group": "MS_SQL@4"
|
2020-01-28 04:08:11 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "mssql.openQueryHistory",
|
|
|
|
"when": "view == queryHistory && viewItem == queryHistoryNode",
|
|
|
|
"group": "MS_SQL@1"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "mssql.runQueryHistory",
|
|
|
|
"when": "view == queryHistory && viewItem == queryHistoryNode",
|
|
|
|
"group": "MS_SQL@2"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "mssql.deleteQueryHistory",
|
|
|
|
"when": "view == queryHistory && viewItem == queryHistoryNode",
|
|
|
|
"group": "MS_SQL@3"
|
2019-09-03 21:56:07 +03:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"commandPalette": [
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.objectExplorerNewQuery",
|
2019-10-22 06:45:05 +03:00
|
|
|
"when": "view == objectExplorer && viewItem =~ /^(disconnectedServer|Server|Database)$/"
|
2019-09-03 21:56:07 +03:00
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.removeObjectExplorerNode",
|
2019-10-22 06:45:05 +03:00
|
|
|
"when": "view == objectExplorer && viewItem =~ /^(disconnectedServer|Server)$/"
|
2019-09-03 21:56:07 +03:00
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.refreshObjectExplorerNode",
|
2019-10-22 06:45:05 +03:00
|
|
|
"when": "view == objectExplorer && viewItem != disconnectedServer"
|
2019-09-03 21:56:07 +03:00
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.scriptSelect",
|
2019-10-22 06:45:05 +03:00
|
|
|
"when": "view == objectExplorer && viewItem =~ /^(Table|View)$/"
|
2019-09-25 03:06:46 +03:00
|
|
|
},
|
2019-11-21 01:51:03 +03:00
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.scriptCreate",
|
2019-11-21 01:51:03 +03:00
|
|
|
"when": "view == objectExplorer && viewItem =~ /^(Table|View|AggregateFunction|PartitionFunction|ScalarValuedFunction|Schema|StoredProcedure|TableValuedFunction|User|UserDefinedTableType)$/"
|
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.scriptDelete",
|
2019-11-21 01:51:03 +03:00
|
|
|
"when": "view == objectExplorer && viewItem =~ /^(Table|View|AggregateFunction|PartitionFunction|ScalarValuedFunction|Schema|StoredProcedure|TableValuedFunction|User|UserDefinedTableType)$/"
|
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.scriptExecute",
|
2019-11-21 01:51:03 +03:00
|
|
|
"when": "view == objectExplorer && viewItem =~ /^(StoredProcedure)$/"
|
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.scriptAlter",
|
2019-11-21 01:51:03 +03:00
|
|
|
"when": "view == objectExplorer && viewItem =~ /^(AggregateFunction|PartitionFunction|ScalarValuedFunction|StoredProcedure|TableValuedFunction|View)$/"
|
|
|
|
},
|
2019-09-25 03:06:46 +03:00
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.disconnectObjectExplorerNode",
|
2019-10-22 06:45:05 +03:00
|
|
|
"when": "view == objectExplorer && viewItem == Server"
|
2019-09-27 03:20:19 +03:00
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.toggleSqlCmd",
|
2019-09-28 01:29:30 +03:00
|
|
|
"when": "editorFocus && editorLangId == 'sql'"
|
2020-01-28 04:08:11 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "mssql.startQueryHistoryCapture",
|
|
|
|
"when": "config.mssql.enableQueryHistoryFeature && !config.mssql.enableQueryHistoryCapture"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "mssql.pauseQueryHistoryCapture",
|
|
|
|
"when": "config.mssql.enableQueryHistoryFeature && config.mssql.enableQueryHistoryCapture"
|
2020-02-26 00:20:08 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "mssql.copyObjectName",
|
2020-02-28 00:55:49 +03:00
|
|
|
"when": "view == objectExplorer && viewItem != Folder"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "mssql.runQueryHistory",
|
|
|
|
"when": "view == queryHistory && viewItem == queryHistoryNode"
|
2019-09-03 21:56:07 +03:00
|
|
|
}
|
2016-10-27 01:01:40 +03:00
|
|
|
]
|
|
|
|
},
|
2016-06-26 21:49:47 +03:00
|
|
|
"commands": [
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.runQuery",
|
|
|
|
"title": "%mssql.runQuery%",
|
2019-12-20 00:48:33 +03:00
|
|
|
"category": "MS SQL",
|
2020-02-21 21:04:07 +03:00
|
|
|
"icon": "$(debug-start)"
|
2016-06-26 21:49:47 +03:00
|
|
|
},
|
2017-07-14 08:43:34 +03:00
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.runCurrentStatement",
|
|
|
|
"title": "%mssql.runCurrentStatement%",
|
2017-07-14 08:43:34 +03:00
|
|
|
"category": "MS SQL"
|
|
|
|
},
|
2016-10-17 23:12:01 +03:00
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.cancelQuery",
|
|
|
|
"title": "%mssql.cancelQuery%",
|
2019-12-20 00:48:33 +03:00
|
|
|
"category": "MS SQL",
|
2020-02-21 21:04:07 +03:00
|
|
|
"icon": "$(debug-stop)"
|
2016-10-17 23:12:01 +03:00
|
|
|
},
|
2016-06-26 21:49:47 +03:00
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.connect",
|
|
|
|
"title": "%mssql.connect%",
|
2016-10-19 20:25:30 +03:00
|
|
|
"category": "MS SQL"
|
2016-06-26 21:49:47 +03:00
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.disconnect",
|
|
|
|
"title": "%mssql.disconnect%",
|
2016-10-19 20:25:30 +03:00
|
|
|
"category": "MS SQL"
|
2016-07-28 04:35:39 +03:00
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.manageProfiles",
|
|
|
|
"title": "%mssql.manageProfiles%",
|
2016-10-19 20:25:30 +03:00
|
|
|
"category": "MS SQL"
|
2016-08-02 03:24:33 +03:00
|
|
|
},
|
2016-08-01 23:23:56 +03:00
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.chooseDatabase",
|
|
|
|
"title": "%mssql.chooseDatabase%",
|
2016-10-19 20:25:30 +03:00
|
|
|
"category": "MS SQL"
|
2016-12-20 02:18:07 +03:00
|
|
|
},
|
2017-09-20 02:22:10 +03:00
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.chooseLanguageFlavor",
|
|
|
|
"title": "%mssql.chooseLanguageFlavor%",
|
2017-09-20 02:22:10 +03:00
|
|
|
"category": "MS SQL"
|
|
|
|
},
|
2016-12-20 02:18:07 +03:00
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.showGettingStarted",
|
|
|
|
"title": "%mssql.showGettingStarted%",
|
2016-12-20 02:18:07 +03:00
|
|
|
"category": "MS SQL"
|
2017-01-04 23:17:47 +03:00
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.newQuery",
|
|
|
|
"title": "%mssql.newQuery%",
|
2017-01-04 23:17:47 +03:00
|
|
|
"category": "MS SQL"
|
2017-02-16 23:22:47 +03:00
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.rebuildIntelliSenseCache",
|
|
|
|
"title": "%mssql.rebuildIntelliSenseCache%",
|
2017-02-16 23:22:47 +03:00
|
|
|
"category": "MS SQL"
|
2019-09-03 21:56:07 +03:00
|
|
|
},
|
2019-09-20 22:19:56 +03:00
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.toggleSqlCmd",
|
|
|
|
"title": "%mssql.toggleSqlCmd%",
|
2019-09-20 22:19:56 +03:00
|
|
|
"category": "MS SQL"
|
|
|
|
},
|
2019-09-03 21:56:07 +03:00
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.addObjectExplorer",
|
|
|
|
"title": "%mssql.addObjectExplorer%",
|
2019-09-03 21:56:07 +03:00
|
|
|
"category": "MS SQL",
|
2020-02-26 20:49:15 +03:00
|
|
|
"icon": "$(add)"
|
2019-09-03 21:56:07 +03:00
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.objectExplorerNewQuery",
|
|
|
|
"title": "%mssql.objectExplorerNewQuery%",
|
2019-09-03 21:56:07 +03:00
|
|
|
"category": "MS SQL"
|
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.removeObjectExplorerNode",
|
|
|
|
"title": "%mssql.removeObjectExplorerNode%",
|
2019-09-03 21:56:07 +03:00
|
|
|
"category": "MS SQL"
|
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.refreshObjectExplorerNode",
|
|
|
|
"title": "%mssql.refreshObjectExplorerNode%",
|
2019-09-03 21:56:07 +03:00
|
|
|
"category": "MS SQL"
|
|
|
|
},
|
2019-09-24 10:57:33 +03:00
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.disconnectObjectExplorerNode",
|
|
|
|
"title": "%mssql.disconnect%",
|
2019-09-24 10:57:33 +03:00
|
|
|
"category": "MS SQL"
|
|
|
|
},
|
2019-09-03 21:56:07 +03:00
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.scriptSelect",
|
|
|
|
"title": "%mssql.scriptSelect%",
|
2019-09-03 21:56:07 +03:00
|
|
|
"category": "MS SQL"
|
2019-11-21 01:51:03 +03:00
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.scriptCreate",
|
|
|
|
"title": "%mssql.scriptCreate%",
|
2019-11-21 01:51:03 +03:00
|
|
|
"category": "MS SQL"
|
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.scriptDelete",
|
|
|
|
"title": "%mssql.scriptDelete%",
|
2019-11-21 01:51:03 +03:00
|
|
|
"category": "MS SQL"
|
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.scriptExecute",
|
|
|
|
"title": "%mssql.scriptExecute%",
|
2020-11-02 23:56:51 +03:00
|
|
|
"category": "MS SQL"
|
2019-11-21 01:51:03 +03:00
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.scriptAlter",
|
|
|
|
"title": "%mssql.scriptAlter%",
|
2020-11-02 23:56:51 +03:00
|
|
|
"category": "MS SQL"
|
2020-01-28 04:08:11 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "mssql.openQueryHistory",
|
|
|
|
"title": "%mssql.openQueryHistory%",
|
2020-11-02 23:56:51 +03:00
|
|
|
"category": "MS SQL"
|
2020-01-28 04:08:11 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "mssql.runQueryHistory",
|
|
|
|
"title": "%mssql.runQueryHistory%",
|
2020-11-02 23:56:51 +03:00
|
|
|
"category": "MS SQL"
|
2020-01-28 04:08:11 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "mssql.deleteQueryHistory",
|
|
|
|
"title": "%mssql.deleteQueryHistory%",
|
2020-11-02 23:56:51 +03:00
|
|
|
"category": "MS SQL"
|
2020-01-28 04:08:11 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "mssql.clearAllQueryHistory",
|
|
|
|
"title": "%mssql.clearAllQueryHistory%",
|
2020-11-02 23:56:51 +03:00
|
|
|
"category": "MS SQL"
|
2020-01-28 04:08:11 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "mssql.startQueryHistoryCapture",
|
|
|
|
"title": "%mssql.startQueryHistoryCapture%",
|
2020-11-02 23:56:51 +03:00
|
|
|
"category": "MS SQL",
|
2020-02-26 20:49:15 +03:00
|
|
|
"icon": "$(debug-start)"
|
2020-01-28 04:08:11 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "mssql.pauseQueryHistoryCapture",
|
|
|
|
"title": "%mssql.pauseQueryHistoryCapture%",
|
2020-11-02 23:56:51 +03:00
|
|
|
"category": "MS SQL",
|
2020-02-26 20:49:15 +03:00
|
|
|
"icon": "$(debug-stop)"
|
2020-01-28 04:08:11 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "mssql.commandPaletteQueryHistory",
|
|
|
|
"title": "%mssql.commandPaletteQueryHistory%",
|
2020-11-02 23:56:51 +03:00
|
|
|
"category": "MS SQL"
|
2020-02-26 00:20:08 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "mssql.copyObjectName",
|
|
|
|
"title": "%mssql.copyObjectName%",
|
2020-11-02 23:56:51 +03:00
|
|
|
"category": "MS SQL"
|
2020-10-12 18:01:32 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "mssql.removeAadAccount",
|
|
|
|
"title": "%mssql.removeAadAccount%",
|
2020-11-02 23:56:51 +03:00
|
|
|
"category": "MS SQL"
|
2016-06-26 21:49:47 +03:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"keybindings": [
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.runQuery",
|
2016-06-26 21:49:47 +03:00
|
|
|
"key": "ctrl+shift+e",
|
|
|
|
"mac": "cmd+shift+e",
|
|
|
|
"when": "editorTextFocus && editorLangId == 'sql'"
|
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.connect",
|
2016-06-26 21:49:47 +03:00
|
|
|
"key": "ctrl+shift+c",
|
|
|
|
"mac": "cmd+shift+c",
|
|
|
|
"when": "editorTextFocus && editorLangId == 'sql'"
|
|
|
|
},
|
|
|
|
{
|
2019-11-28 03:20:57 +03:00
|
|
|
"command": "mssql.disconnect",
|
2016-06-26 21:49:47 +03:00
|
|
|
"key": "ctrl+shift+d",
|
|
|
|
"mac": "cmd+shift+d",
|
|
|
|
"when": "editorTextFocus && editorLangId == 'sql'"
|
2019-10-12 05:07:54 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "workbench.view.extension.objectExplorer",
|
|
|
|
"key": "ctrl+alt+d",
|
|
|
|
"mac": "cmd+alt+d"
|
2020-02-26 00:20:08 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "mssql.copyObjectName",
|
|
|
|
"key": "ctrl+c",
|
|
|
|
"mac": "cmd+c",
|
|
|
|
"when": "sideBarFocus && activeViewlet == workbench.view.extension.objectExplorer"
|
2016-06-26 21:49:47 +03:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"configuration": {
|
|
|
|
"type": "object",
|
|
|
|
"title": "MSSQL configuration",
|
2016-07-14 02:25:29 +03:00
|
|
|
"properties": {
|
2020-10-12 18:01:32 +03:00
|
|
|
"mssql.azureActiveDirectory": {
|
|
|
|
"type": "string",
|
|
|
|
"default": "AuthCodeGrant",
|
|
|
|
"description": "Chooses which Authentication method to use",
|
|
|
|
"enum": [
|
|
|
|
"AuthCodeGrant",
|
|
|
|
"DeviceCode"
|
|
|
|
],
|
|
|
|
"scope": "application"
|
|
|
|
},
|
2016-10-26 21:54:26 +03:00
|
|
|
"mssql.logDebugInfo": {
|
2016-06-26 21:49:47 +03:00
|
|
|
"type": "boolean",
|
|
|
|
"default": false,
|
2017-11-06 20:59:41 +03:00
|
|
|
"description": "%mssql.logDebugInfo%",
|
|
|
|
"scope": "window"
|
2016-06-26 21:49:47 +03:00
|
|
|
},
|
2016-10-26 21:54:26 +03:00
|
|
|
"mssql.maxRecentConnections": {
|
2016-09-14 04:09:38 +03:00
|
|
|
"type": "number",
|
|
|
|
"default": 5,
|
2017-11-06 20:59:41 +03:00
|
|
|
"description": "%mssql.maxRecentConnections%",
|
|
|
|
"scope": "window"
|
2016-09-14 04:09:38 +03:00
|
|
|
},
|
2016-10-26 21:54:26 +03:00
|
|
|
"mssql.connections": {
|
2016-06-26 21:49:47 +03:00
|
|
|
"type": "array",
|
2016-07-14 02:25:29 +03:00
|
|
|
"default": [
|
2016-06-26 21:49:47 +03:00
|
|
|
{
|
|
|
|
"server": "{{put-server-name-here}}",
|
|
|
|
"database": "{{put-database-name-here}}",
|
|
|
|
"user": "{{put-username-here}}",
|
|
|
|
"password": "{{put-password-here}}"
|
|
|
|
}
|
|
|
|
],
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connections%",
|
2016-07-14 02:25:29 +03:00
|
|
|
"items": {
|
2016-06-26 21:49:47 +03:00
|
|
|
"type": "object",
|
2016-07-14 02:25:29 +03:00
|
|
|
"properties": {
|
|
|
|
"server": {
|
2016-06-26 21:49:47 +03:00
|
|
|
"type": "string",
|
|
|
|
"default": "{{put-server-name-here}}",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.server%"
|
2016-06-26 21:49:47 +03:00
|
|
|
},
|
2016-07-14 02:25:29 +03:00
|
|
|
"database": {
|
2016-06-26 21:49:47 +03:00
|
|
|
"type": "string",
|
|
|
|
"default": "{{put-database-name-here}}",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.database%"
|
2016-06-26 21:49:47 +03:00
|
|
|
},
|
2016-07-14 02:25:29 +03:00
|
|
|
"user": {
|
2016-06-26 21:49:47 +03:00
|
|
|
"type": "string",
|
|
|
|
"default": "{{put-username-here}}",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.user%"
|
2016-11-17 21:35:52 +03:00
|
|
|
},
|
2016-07-14 02:25:29 +03:00
|
|
|
"password": {
|
2016-06-26 21:49:47 +03:00
|
|
|
"type": "string",
|
|
|
|
"default": "{{put-password-here}}",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.password%"
|
2016-06-26 21:49:47 +03:00
|
|
|
},
|
2016-08-31 03:30:19 +03:00
|
|
|
"authenticationType": {
|
|
|
|
"type": "string",
|
|
|
|
"default": "SqlLogin",
|
|
|
|
"enum": [
|
|
|
|
"Integrated",
|
|
|
|
"SqlLogin"
|
|
|
|
],
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.authenticationType%"
|
2016-08-31 03:30:19 +03:00
|
|
|
},
|
|
|
|
"port": {
|
|
|
|
"type": "number",
|
|
|
|
"default": 1433,
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.port%"
|
2016-08-31 03:30:19 +03:00
|
|
|
},
|
|
|
|
"encrypt": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false,
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.encrypt%"
|
2016-08-31 03:30:19 +03:00
|
|
|
},
|
|
|
|
"trustServerCertificate": {
|
|
|
|
"type": "boolean",
|
2016-10-19 20:25:30 +03:00
|
|
|
"default": false,
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.trustServerCertificate%"
|
2016-08-31 03:30:19 +03:00
|
|
|
},
|
|
|
|
"persistSecurityInfo": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false,
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.persistSecurityInfo%"
|
2016-08-31 03:30:19 +03:00
|
|
|
},
|
|
|
|
"connectTimeout": {
|
|
|
|
"type": "number",
|
|
|
|
"default": 15,
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.connectTimeout%"
|
2016-08-31 03:30:19 +03:00
|
|
|
},
|
|
|
|
"connectRetryCount": {
|
2016-06-26 21:49:47 +03:00
|
|
|
"type": "number",
|
2016-08-31 03:30:19 +03:00
|
|
|
"default": 1,
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.connectRetryCount%"
|
2016-06-26 21:49:47 +03:00
|
|
|
},
|
2016-08-31 03:30:19 +03:00
|
|
|
"connectRetryInterval": {
|
2016-06-26 21:49:47 +03:00
|
|
|
"type": "number",
|
2016-08-31 03:30:19 +03:00
|
|
|
"default": 10,
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.connectRetryInterval%"
|
2016-08-31 03:30:19 +03:00
|
|
|
},
|
|
|
|
"applicationName": {
|
|
|
|
"type": "string",
|
|
|
|
"default": "vscode-mssql",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.applicationName%"
|
2016-08-31 03:30:19 +03:00
|
|
|
},
|
|
|
|
"workstationId": {
|
|
|
|
"type": "string",
|
|
|
|
"default": "",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.workstationId%"
|
2016-08-31 03:30:19 +03:00
|
|
|
},
|
|
|
|
"applicationIntent": {
|
|
|
|
"type": "string",
|
|
|
|
"default": "ReadWrite",
|
|
|
|
"enum": [
|
|
|
|
"ReadWrite",
|
|
|
|
"ReadOnly"
|
|
|
|
],
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.applicationIntent%"
|
2016-08-31 03:30:19 +03:00
|
|
|
},
|
|
|
|
"currentLanguage": {
|
|
|
|
"type": "string",
|
|
|
|
"default": "",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.currentLanguage%"
|
2016-08-31 03:30:19 +03:00
|
|
|
},
|
|
|
|
"pooling": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false,
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.pooling%"
|
2016-08-31 03:30:19 +03:00
|
|
|
},
|
|
|
|
"maxPoolSize": {
|
|
|
|
"type": "number",
|
|
|
|
"default": 100,
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.maxPoolSize%"
|
2016-08-31 03:30:19 +03:00
|
|
|
},
|
|
|
|
"minPoolSize": {
|
|
|
|
"type": "number",
|
|
|
|
"default": 0,
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.minPoolSize%"
|
2016-08-31 03:30:19 +03:00
|
|
|
},
|
|
|
|
"loadBalanceTimeout": {
|
|
|
|
"type": "number",
|
|
|
|
"default": 0,
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.loadBalanceTimeout%"
|
2016-08-31 03:30:19 +03:00
|
|
|
},
|
|
|
|
"replication": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true,
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.replication%"
|
2016-08-31 03:30:19 +03:00
|
|
|
},
|
|
|
|
"attachDbFilename": {
|
|
|
|
"type": "string",
|
|
|
|
"default": "",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.attachDbFilename%"
|
2016-08-31 03:30:19 +03:00
|
|
|
},
|
|
|
|
"failoverPartner": {
|
|
|
|
"type": "string",
|
|
|
|
"default": "",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.failoverPartner%"
|
2016-08-31 03:30:19 +03:00
|
|
|
},
|
|
|
|
"multiSubnetFailover": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true,
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.multiSubnetFailover%"
|
2016-08-31 03:30:19 +03:00
|
|
|
},
|
|
|
|
"multipleActiveResultSets": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false,
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.multipleActiveResultSets%"
|
2016-08-31 03:30:19 +03:00
|
|
|
},
|
|
|
|
"packetSize": {
|
|
|
|
"type": "number",
|
|
|
|
"default": 8192,
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.packetSize%"
|
2016-08-31 03:30:19 +03:00
|
|
|
},
|
|
|
|
"typeSystemVersion": {
|
|
|
|
"type": "string",
|
|
|
|
"enum": [
|
|
|
|
"Latest"
|
|
|
|
],
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.typeSystemVersion%"
|
2016-09-20 04:07:13 +03:00
|
|
|
},
|
2017-05-04 03:48:10 +03:00
|
|
|
"connectionString": {
|
|
|
|
"type": "string",
|
|
|
|
"default": "",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.connectionString%"
|
2017-05-04 03:48:10 +03:00
|
|
|
},
|
2016-09-20 04:07:13 +03:00
|
|
|
"profileName": {
|
|
|
|
"type": "string",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.profileName%"
|
2016-10-04 21:07:02 +03:00
|
|
|
},
|
|
|
|
"savePassword": {
|
|
|
|
"type": "boolean",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.savePassword%"
|
2017-05-02 20:15:47 +03:00
|
|
|
},
|
|
|
|
"emptyPasswordInput": {
|
|
|
|
"type": "boolean",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.connection.emptyPasswordInput%"
|
2016-06-26 21:49:47 +03:00
|
|
|
}
|
|
|
|
}
|
2017-11-06 20:59:41 +03:00
|
|
|
},
|
2017-11-07 21:56:24 +03:00
|
|
|
"scope": "resource"
|
2016-11-01 02:28:34 +03:00
|
|
|
},
|
|
|
|
"mssql.shortcuts": {
|
|
|
|
"type": "object",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.shortcuts%",
|
2016-11-01 02:28:34 +03:00
|
|
|
"default": {
|
|
|
|
"_comment": "Short cuts must follow the format (ctrl)+(shift)+(alt)+[key]",
|
2019-10-12 04:03:11 +03:00
|
|
|
"event.toggleResultPane": "ctrl+alt+R",
|
|
|
|
"event.focusResultsGrid": "ctrl+alt+G",
|
|
|
|
"event.toggleMessagePane": "ctrl+alt+Y",
|
2016-11-01 02:28:34 +03:00
|
|
|
"event.prevGrid": "ctrl+up",
|
|
|
|
"event.nextGrid": "ctrl+down",
|
2019-10-01 00:16:09 +03:00
|
|
|
"event.copySelection": "ctrl+C",
|
2016-11-23 00:57:09 +03:00
|
|
|
"event.copyWithHeaders": "",
|
2019-10-12 02:07:24 +03:00
|
|
|
"event.copyAllHeaders": "",
|
2016-11-08 22:30:40 +03:00
|
|
|
"event.maximizeGrid": "",
|
2019-10-03 00:32:15 +03:00
|
|
|
"event.selectAll": "ctrl+A",
|
2016-11-01 02:28:34 +03:00
|
|
|
"event.saveAsJSON": "",
|
2017-03-21 05:27:35 +03:00
|
|
|
"event.saveAsCSV": "",
|
|
|
|
"event.saveAsExcel": ""
|
2017-11-06 20:59:41 +03:00
|
|
|
},
|
|
|
|
"scope": "resource"
|
2016-11-01 02:28:34 +03:00
|
|
|
},
|
|
|
|
"mssql.messagesDefaultOpen": {
|
|
|
|
"type": "boolean",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.messagesDefaultOpen%",
|
2017-11-06 20:59:41 +03:00
|
|
|
"default": true,
|
|
|
|
"scope": "resource"
|
2016-11-07 21:27:47 +03:00
|
|
|
},
|
2016-12-01 22:48:33 +03:00
|
|
|
"mssql.resultsFontFamily": {
|
|
|
|
"type": "string",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.resultsFontFamily%",
|
2017-11-06 20:59:41 +03:00
|
|
|
"default": "-apple-system,BlinkMacSystemFont,Segoe WPC,Segoe UI,HelveticaNeue-Light,Ubuntu,Droid Sans,sans-serif",
|
|
|
|
"scope": "resource"
|
2016-12-01 22:48:33 +03:00
|
|
|
},
|
|
|
|
"mssql.resultsFontSize": {
|
|
|
|
"type": "number",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.resultsFontSize%",
|
2017-11-06 20:59:41 +03:00
|
|
|
"default": 13,
|
|
|
|
"scope": "resource"
|
2016-12-01 22:48:33 +03:00
|
|
|
},
|
2017-02-24 04:33:05 +03:00
|
|
|
"mssql.saveAsCsv.includeHeaders": {
|
|
|
|
"type": "boolean",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.saveAsCsv.includeHeaders%",
|
2017-11-06 20:59:41 +03:00
|
|
|
"default": true,
|
|
|
|
"scope": "resource"
|
2016-11-23 00:57:09 +03:00
|
|
|
},
|
2018-07-13 22:45:13 +03:00
|
|
|
"mssql.saveAsCsv.delimiter": {
|
|
|
|
"type": "string",
|
|
|
|
"description": "%mssql.saveAsCsv.delimiter%",
|
|
|
|
"default": ",",
|
|
|
|
"scope": "resource"
|
|
|
|
},
|
2019-03-23 03:17:12 +03:00
|
|
|
"mssql.saveAsCsv.lineSeparator": {
|
2018-09-22 00:34:06 +03:00
|
|
|
"type": "string",
|
2019-03-23 03:17:12 +03:00
|
|
|
"description": "%mssql.saveAsCsv.lineSeparator%",
|
2018-09-22 00:34:06 +03:00
|
|
|
"default": null,
|
|
|
|
"scope": "resource"
|
|
|
|
},
|
|
|
|
"mssql.saveAsCsv.textIdentifier": {
|
|
|
|
"type": "string",
|
|
|
|
"description": "%mssql.saveAsCsv.textIdentifier%",
|
|
|
|
"default": "\"",
|
|
|
|
"scope": "resource"
|
|
|
|
},
|
|
|
|
"mssql.saveAsCsv.encoding": {
|
|
|
|
"type": "string",
|
|
|
|
"description": "%mssql.saveAsCsv.encoding%",
|
|
|
|
"default": "utf-8",
|
|
|
|
"scope": "resource"
|
|
|
|
},
|
2016-11-23 00:57:09 +03:00
|
|
|
"mssql.copyIncludeHeaders": {
|
|
|
|
"type": "boolean",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.copyIncludeHeaders%",
|
2017-11-06 20:59:41 +03:00
|
|
|
"default": false,
|
|
|
|
"scope": "resource"
|
2016-12-16 00:51:09 +03:00
|
|
|
},
|
|
|
|
"mssql.copyRemoveNewLine": {
|
|
|
|
"type": "boolean",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.copyRemoveNewLine%",
|
2017-11-06 20:59:41 +03:00
|
|
|
"default": true,
|
|
|
|
"scope": "resource"
|
2017-01-07 03:54:53 +03:00
|
|
|
},
|
2017-07-17 21:36:49 +03:00
|
|
|
"mssql.showBatchTime": {
|
|
|
|
"type": "boolean",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.showBatchTime%",
|
2017-11-06 20:59:41 +03:00
|
|
|
"default": false,
|
|
|
|
"scope": "resource"
|
2017-07-17 21:36:49 +03:00
|
|
|
},
|
2017-01-07 03:54:53 +03:00
|
|
|
"mssql.splitPaneSelection": {
|
|
|
|
"type": "string",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.splitPaneSelection%",
|
2017-01-07 03:54:53 +03:00
|
|
|
"default": "next",
|
|
|
|
"enum": [
|
|
|
|
"next",
|
|
|
|
"current",
|
|
|
|
"end"
|
2017-11-06 20:59:41 +03:00
|
|
|
],
|
|
|
|
"scope": "resource"
|
2017-02-10 03:52:31 +03:00
|
|
|
},
|
2017-02-16 01:03:31 +03:00
|
|
|
"mssql.format.alignColumnDefinitionsInColumns": {
|
|
|
|
"type": "boolean",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.format.alignColumnDefinitionsInColumns%",
|
2017-11-06 20:59:41 +03:00
|
|
|
"default": false,
|
|
|
|
"scope": "window"
|
2017-02-16 01:03:31 +03:00
|
|
|
},
|
|
|
|
"mssql.format.datatypeCasing": {
|
|
|
|
"type": "string",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.format.datatypeCasing%",
|
2017-02-16 01:03:31 +03:00
|
|
|
"default": "none",
|
|
|
|
"enum": [
|
|
|
|
"none",
|
|
|
|
"uppercase",
|
|
|
|
"lowercase"
|
2017-11-06 20:59:41 +03:00
|
|
|
],
|
|
|
|
"scope": "window"
|
2017-02-16 01:03:31 +03:00
|
|
|
},
|
|
|
|
"mssql.format.keywordCasing": {
|
|
|
|
"type": "string",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.format.keywordCasing%",
|
2017-02-16 01:03:31 +03:00
|
|
|
"default": "none",
|
|
|
|
"enum": [
|
|
|
|
"none",
|
|
|
|
"uppercase",
|
|
|
|
"lowercase"
|
2017-11-06 20:59:41 +03:00
|
|
|
],
|
|
|
|
"scope": "window"
|
2017-02-16 01:03:31 +03:00
|
|
|
},
|
|
|
|
"mssql.format.placeCommasBeforeNextStatement": {
|
|
|
|
"type": "boolean",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.format.placeCommasBeforeNextStatement%",
|
2017-11-06 20:59:41 +03:00
|
|
|
"default": false,
|
|
|
|
"scope": "window"
|
2017-02-16 01:03:31 +03:00
|
|
|
},
|
|
|
|
"mssql.format.placeSelectStatementReferencesOnNewLine": {
|
|
|
|
"type": "boolean",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.format.placeSelectStatementReferencesOnNewLine%",
|
2017-11-06 20:59:41 +03:00
|
|
|
"default": false,
|
|
|
|
"scope": "window"
|
2017-02-16 01:03:31 +03:00
|
|
|
},
|
2017-02-10 03:52:31 +03:00
|
|
|
"mssql.applyLocalization": {
|
|
|
|
"type": "boolean",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.applyLocalization%",
|
2017-11-06 20:59:41 +03:00
|
|
|
"default": false,
|
|
|
|
"scope": "window"
|
2017-02-23 01:58:47 +03:00
|
|
|
},
|
|
|
|
"mssql.query.displayBitAsNumber": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true,
|
2017-11-06 20:59:41 +03:00
|
|
|
"description": "%mssql.query.displayBitAsNumber%",
|
|
|
|
"scope": "window"
|
2017-04-26 01:18:00 +03:00
|
|
|
},
|
|
|
|
"mssql.intelliSense.enableIntelliSense": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true,
|
2017-11-06 20:59:41 +03:00
|
|
|
"description": "%mssql.intelliSense.enableIntelliSense%",
|
|
|
|
"scope": "window"
|
2017-04-26 01:18:00 +03:00
|
|
|
},
|
|
|
|
"mssql.intelliSense.enableErrorChecking": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true,
|
2017-11-06 20:59:41 +03:00
|
|
|
"description": "%mssql.intelliSense.enableErrorChecking%",
|
|
|
|
"scope": "window"
|
2017-04-26 01:18:00 +03:00
|
|
|
},
|
|
|
|
"mssql.intelliSense.enableSuggestions": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true,
|
2017-11-06 20:59:41 +03:00
|
|
|
"description": "%mssql.intelliSense.enableSuggestions%",
|
|
|
|
"scope": "window"
|
2017-04-26 01:18:00 +03:00
|
|
|
},
|
|
|
|
"mssql.intelliSense.enableQuickInfo": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true,
|
2017-11-06 20:59:41 +03:00
|
|
|
"description": "%mssql.intelliSense.enableQuickInfo%",
|
|
|
|
"scope": "window"
|
2017-04-26 01:18:00 +03:00
|
|
|
},
|
|
|
|
"mssql.intelliSense.lowerCaseSuggestions": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false,
|
2017-11-06 20:59:41 +03:00
|
|
|
"description": "%mssql.intelliSense.lowerCaseSuggestions%",
|
|
|
|
"scope": "window"
|
2018-06-25 20:22:45 +03:00
|
|
|
},
|
|
|
|
"mssql.persistQueryResultTabs": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false,
|
|
|
|
"description": "%mssql.persistQueryResultTabs%",
|
|
|
|
"scope": "window"
|
2020-01-28 04:08:11 +03:00
|
|
|
},
|
|
|
|
"mssql.queryHistoryLimit": {
|
|
|
|
"type": "number",
|
|
|
|
"default": 20,
|
|
|
|
"description": "%mssql.queryHistoryLimit%",
|
|
|
|
"scope": "window"
|
|
|
|
},
|
|
|
|
"mssql.enableQueryHistoryCapture": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true,
|
|
|
|
"description": "%mssql.enableQueryHistoryCapture%",
|
|
|
|
"scope": "window"
|
|
|
|
},
|
|
|
|
"mssql.enableQueryHistoryFeature": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true,
|
2020-03-12 00:40:31 +03:00
|
|
|
"description": "%mssql.enableQueryHistoryFeature%",
|
2020-01-28 04:08:11 +03:00
|
|
|
"scope": "window"
|
2021-09-01 01:46:13 +03:00
|
|
|
},
|
|
|
|
"mssql.query.maxXmlCharsToStore": {
|
|
|
|
"type": "number",
|
|
|
|
"default": 2097152,
|
|
|
|
"description": "%mssql.query.maxXmlCharsToStore%"
|
|
|
|
},
|
|
|
|
"mssql.tracingLevel": {
|
|
|
|
"type": "string",
|
|
|
|
"description": "%mssql.tracingLevel%",
|
|
|
|
"default": "Critical",
|
|
|
|
"enum": [
|
|
|
|
"All",
|
|
|
|
"Off",
|
|
|
|
"Critical",
|
|
|
|
"Error",
|
|
|
|
"Warning",
|
|
|
|
"Information",
|
|
|
|
"Verbose"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"mssql.logRetentionMinutes": {
|
|
|
|
"type": "number",
|
|
|
|
"default": 10080,
|
|
|
|
"description": "%mssql.logRetentionMinutes%"
|
|
|
|
},
|
|
|
|
"mssql.logFilesRemovalLimit": {
|
|
|
|
"type": "number",
|
|
|
|
"default": 100,
|
|
|
|
"description": "%mssql.logFilesRemovalLimit%"
|
|
|
|
},
|
|
|
|
"mssql.query.rowCount": {
|
|
|
|
"type": "number",
|
|
|
|
"default": 0,
|
|
|
|
"description": "%mssql.query.setRowCount%"
|
|
|
|
},
|
|
|
|
"mssql.query.textSize": {
|
|
|
|
"type": "number",
|
|
|
|
"default": 2147483647,
|
|
|
|
"description": "%mssql.query.textSize%"
|
|
|
|
},
|
|
|
|
"mssql.query.executionTimeout": {
|
|
|
|
"type": "number",
|
|
|
|
"default": 0,
|
|
|
|
"description": "%mssql.query.executionTimeout%"
|
|
|
|
},
|
|
|
|
"mssql.query.noCount": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false,
|
|
|
|
"description": "%mssql.query.noCount%"
|
|
|
|
},
|
|
|
|
"mssql.query.noExec": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false,
|
|
|
|
"description": "%mssql.query.noExec%"
|
|
|
|
},
|
|
|
|
"mssql.query.parseOnly": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false,
|
|
|
|
"description": "%mssql.query.parseOnly%"
|
|
|
|
},
|
|
|
|
"mssql.query.arithAbort": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true,
|
|
|
|
"description": "%mssql.query.arithAbort%"
|
|
|
|
},
|
|
|
|
"mssql.query.statisticsTime": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false,
|
|
|
|
"description": "%mssql.query.statisticsTime%"
|
|
|
|
},
|
|
|
|
"mssql.query.statisticsIO": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false,
|
|
|
|
"description": "%mssql.query.statisticsIO%"
|
|
|
|
},
|
|
|
|
"mssql.query.xactAbortOn": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false,
|
|
|
|
"description": "%mssql.query.xactAbortOn%"
|
|
|
|
},
|
|
|
|
"mssql.query.transactionIsolationLevel": {
|
|
|
|
"enum": [
|
|
|
|
"READ COMMITTED",
|
|
|
|
"READ UNCOMMITTED",
|
|
|
|
"REPEATABLE READ",
|
|
|
|
"SERIALIZABLE"
|
|
|
|
],
|
|
|
|
"default": "READ COMMITTED",
|
|
|
|
"description": "%mssql.query.transactionIsolationLevel%"
|
|
|
|
},
|
|
|
|
"mssql.query.deadlockPriority": {
|
|
|
|
"enum": [
|
|
|
|
"Normal",
|
|
|
|
"Low"
|
|
|
|
],
|
|
|
|
"default": "Normal",
|
|
|
|
"description": "%mssql.query.deadlockPriority%"
|
|
|
|
},
|
|
|
|
"mssql.query.lockTimeout": {
|
|
|
|
"type": "number",
|
|
|
|
"default": -1,
|
|
|
|
"description": "%mssql.query.lockTimeout%"
|
|
|
|
},
|
|
|
|
"mssql.query.queryGovernorCostLimit": {
|
|
|
|
"type": "number",
|
|
|
|
"default": -1,
|
|
|
|
"description": "%mssql.query.queryGovernorCostLimit%"
|
|
|
|
},
|
|
|
|
"mssql.query.ansiDefaults": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false,
|
|
|
|
"description": "%mssql.query.ansiDefaults%"
|
|
|
|
},
|
|
|
|
"mssql.query.quotedIdentifier": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true,
|
|
|
|
"description": "%mssql.query.quotedIdentifier%"
|
|
|
|
},
|
|
|
|
"mssql.query.ansiNullDefaultOn": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true,
|
|
|
|
"description": "%mssql.query.ansiNullDefaultOn%"
|
|
|
|
},
|
|
|
|
"mssql.query.implicitTransactions": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false,
|
|
|
|
"description": "%mssql.query.implicitTransactions%"
|
|
|
|
},
|
|
|
|
"mssql.query.cursorCloseOnCommit": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false,
|
|
|
|
"description": "%mssql.query.cursorCloseOnCommit%"
|
|
|
|
},
|
|
|
|
"mssql.query.ansiPadding": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true,
|
|
|
|
"description": "%mssql.query.ansiPadding%"
|
|
|
|
},
|
|
|
|
"mssql.query.ansiWarnings": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true,
|
|
|
|
"description": "%mssql.query.ansiWarnings%"
|
|
|
|
},
|
|
|
|
"mssql.query.ansiNulls": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true,
|
|
|
|
"description": "%mssql.query.ansiNulls%"
|
|
|
|
},
|
|
|
|
"mssql.query.alwaysEncryptedParameterization": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false,
|
|
|
|
"description": "%mssql.query.alwaysEncryptedParameterization%"
|
|
|
|
},
|
|
|
|
"mssql.ignorePlatformWarning": {
|
|
|
|
"type": "boolean",
|
|
|
|
"description": "%mssql.ignorePlatformWarning%",
|
|
|
|
"default": false
|
2016-06-26 21:49:47 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-07-01 01:12:52 +03:00
|
|
|
}
|