2016-06-26 21:49:47 +03:00
|
|
|
{
|
2016-10-25 00:42:06 +03:00
|
|
|
"name": "mssql",
|
|
|
|
"displayName": "mssql",
|
2017-09-21 07:11:23 +03:00
|
|
|
"version": "1.2.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": {
|
2017-11-03 01:44:22 +03:00
|
|
|
"vscode": "^1.17.0"
|
2016-06-26 21:49:47 +03:00
|
|
|
},
|
|
|
|
"categories": [
|
2017-08-24 00:14:59 +03:00
|
|
|
"Languages",
|
|
|
|
"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",
|
|
|
|
"Azure SQL Data Warehouse"
|
|
|
|
],
|
|
|
|
"activationEvents": [
|
2016-11-23 05:00:56 +03:00
|
|
|
"onLanguage:sql",
|
|
|
|
"onCommand:extension.connect",
|
|
|
|
"onCommand:extension.runQuery",
|
2017-07-14 08:43:34 +03:00
|
|
|
"onCommand:extension.runCurrentStatement",
|
2016-11-23 05:00:56 +03:00
|
|
|
"onCommand:extension.disconnect",
|
|
|
|
"onCommand:extension.manageProfiles",
|
|
|
|
"onCommand:extension.chooseDatabase",
|
2016-12-20 02:18:07 +03:00
|
|
|
"onCommand:extension.cancelQuery",
|
2017-01-04 23:17:47 +03:00
|
|
|
"onCommand:extension.showGettingStarted",
|
2017-02-16 23:22:47 +03:00
|
|
|
"onCommand:extension.newQuery",
|
|
|
|
"onCommand:extension.rebuildIntelliSenseCache"
|
2016-06-26 21:49:47 +03:00
|
|
|
],
|
|
|
|
"main": "./out/src/extension",
|
|
|
|
"extensionDependencies": [
|
|
|
|
"vscode.sql"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2016-12-02 22:44:45 +03:00
|
|
|
"chai": "^3.5.0",
|
2016-12-06 05:13:15 +03:00
|
|
|
"coveralls": "^2.11.15",
|
2016-11-07 23:56:10 +03:00
|
|
|
"decache": "^4.1.0",
|
2016-08-02 04:18:36 +03:00
|
|
|
"del": "^2.2.1",
|
|
|
|
"gulp": "github:gulpjs/gulp#4.0",
|
2016-11-02 00:35:45 +03:00
|
|
|
"gulp-clean-css": "^2.0.13",
|
2016-10-27 01:01:40 +03:00
|
|
|
"gulp-concat": "^2.6.0",
|
2017-02-10 03:52:31 +03:00
|
|
|
"gulp-filter": "^5.0.0",
|
2016-08-02 04:18:36 +03:00
|
|
|
"gulp-install": "^0.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",
|
2017-03-07 04:50:47 +03:00
|
|
|
"gulp-remote-src": "0.4.1",
|
2016-10-27 01:01:40 +03:00
|
|
|
"gulp-rename": "^1.2.2",
|
2016-11-17 21:35:52 +03:00
|
|
|
"gulp-shell": "^0.5.2",
|
2016-08-02 04:18:36 +03:00
|
|
|
"gulp-sourcemaps": "^1.6.0",
|
|
|
|
"gulp-tslint": "^6.0.2",
|
2017-01-21 01:38:26 +03:00
|
|
|
"gulp-typescript": "^3.1.4",
|
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",
|
|
|
|
"jasmine-core": "~2.4.1",
|
|
|
|
"karma": "^1.3.0",
|
|
|
|
"karma-chrome-launcher": "^2.0.0",
|
|
|
|
"karma-coverage": "^1.1.1",
|
|
|
|
"karma-htmlfile-reporter": "^0.3.4",
|
|
|
|
"karma-jasmine": "^1.0.2",
|
|
|
|
"karma-jasmine-html-reporter": "^0.2.2",
|
|
|
|
"karma-junit-reporter": "^1.1.0",
|
|
|
|
"karma-remap-istanbul": "^0.2.1",
|
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",
|
2016-10-27 01:01:40 +03:00
|
|
|
"systemjs-builder": "^0.15.32",
|
2016-08-02 04:18:36 +03:00
|
|
|
"tslint": "^3.14.0",
|
2017-07-11 02:04:34 +03:00
|
|
|
"typemoq": "^1.7.0",
|
|
|
|
"typescript": "2.3.4",
|
2017-05-10 23:42:46 +03:00
|
|
|
"uglify-js": "mishoo/UglifyJS2#harmony-v2.8.22",
|
2017-03-07 03:08:13 +03:00
|
|
|
"vscode": "^1.0.5",
|
2017-02-10 03:52:31 +03:00
|
|
|
"vscode-nls-dev": "https://github.com/Raymondd/vscode-nls-dev/releases/download/2.0.2/build.tar.gz",
|
|
|
|
"xmldom": "^0.1.27",
|
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": {
|
2016-12-06 05:13:15 +03:00
|
|
|
"applicationinsights": "^0.15.9",
|
2016-09-15 21:51:35 +03:00
|
|
|
"body-parser": "^1.15.2",
|
2016-10-11 03:26:32 +03:00
|
|
|
"comment-json": "^1.1.3",
|
2016-09-15 21:51:35 +03:00
|
|
|
"copy-paste": "^1.3.0",
|
|
|
|
"decompress": "^4.0.0",
|
2016-07-14 02:25:29 +03:00
|
|
|
"ejs": "^2.4.2",
|
2016-08-20 04:38:56 +03:00
|
|
|
"error-ex": "^1.3.0",
|
2016-07-14 02:25:29 +03:00
|
|
|
"express": "^4.13.3",
|
2016-08-20 04:38:56 +03:00
|
|
|
"figures": "^1.4.0",
|
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",
|
2016-09-14 01:57:29 +03:00
|
|
|
"http-proxy-agent": "^1.0.0",
|
|
|
|
"https-proxy-agent": "^1.0.0",
|
2017-07-14 00:41:36 +03:00
|
|
|
"jsonc-parser": "^1.0.0",
|
2016-11-09 02:55:55 +03:00
|
|
|
"opener": "1.4.2",
|
2017-07-15 04:30:15 +03:00
|
|
|
"plist": "^2.1.0",
|
2016-09-24 01:02:48 +03:00
|
|
|
"pretty-data": "^0.40.0",
|
2016-09-15 21:51:35 +03:00
|
|
|
"request": "^2.73.0",
|
2017-07-15 04:30:15 +03:00
|
|
|
"semver": "https://registry.npmjs.org/semver/-/semver-5.0.3.tgz",
|
2016-09-14 01:57:29 +03:00
|
|
|
"tmp": "^0.0.28",
|
2016-09-15 21:51:35 +03:00
|
|
|
"underscore": "^1.8.3",
|
|
|
|
"vscode-extension-telemetry": "^0.0.5",
|
2016-11-11 02:08:39 +03:00
|
|
|
"vscode-languageclient": "^2.5.0",
|
2017-02-16 04:15:24 +03:00
|
|
|
"vscode-nls": "^2.0.2",
|
2016-11-11 02:08:39 +03:00
|
|
|
"ws": "^1.1.1"
|
2016-06-26 21:49:47 +03:00
|
|
|
},
|
2016-07-14 02:25:29 +03:00
|
|
|
"contributes": {
|
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"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"outputChannels": [
|
|
|
|
"MSSQL"
|
|
|
|
],
|
|
|
|
"snippets": [
|
|
|
|
{
|
|
|
|
"language": "sql",
|
|
|
|
"path": "./snippets/mssql.json"
|
|
|
|
}
|
|
|
|
],
|
2016-10-27 01:01:40 +03:00
|
|
|
"menus": {
|
|
|
|
"editor/context": [
|
|
|
|
{
|
|
|
|
"command": "extension.runQuery",
|
|
|
|
"when": "editorLangId == sql"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2016-06-26 21:49:47 +03:00
|
|
|
"commands": [
|
|
|
|
{
|
|
|
|
"command": "extension.runQuery",
|
2017-09-07 20:45:49 +03:00
|
|
|
"title": "%extension.runQuery%",
|
2016-10-19 20:25:30 +03:00
|
|
|
"category": "MS SQL"
|
2016-06-26 21:49:47 +03:00
|
|
|
},
|
2017-07-14 08:43:34 +03:00
|
|
|
{
|
|
|
|
"command": "extension.runCurrentStatement",
|
2017-09-07 20:45:49 +03:00
|
|
|
"title": "%extension.runCurrentStatement%",
|
2017-07-14 08:43:34 +03:00
|
|
|
"category": "MS SQL"
|
|
|
|
},
|
2016-10-17 23:12:01 +03:00
|
|
|
{
|
|
|
|
"command": "extension.cancelQuery",
|
2017-09-07 20:45:49 +03:00
|
|
|
"title": "%extension.cancelQuery%",
|
2016-10-19 20:25:30 +03:00
|
|
|
"category": "MS SQL"
|
2016-10-17 23:12:01 +03:00
|
|
|
},
|
2016-06-26 21:49:47 +03:00
|
|
|
{
|
|
|
|
"command": "extension.connect",
|
2017-09-07 20:45:49 +03:00
|
|
|
"title": "%extension.connect%",
|
2016-10-19 20:25:30 +03:00
|
|
|
"category": "MS SQL"
|
2016-06-26 21:49:47 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "extension.disconnect",
|
2017-09-07 20:45:49 +03:00
|
|
|
"title": "%extension.disconnect%",
|
2016-10-19 20:25:30 +03:00
|
|
|
"category": "MS SQL"
|
2016-07-28 04:35:39 +03:00
|
|
|
},
|
|
|
|
{
|
2016-10-13 02:45:08 +03:00
|
|
|
"command": "extension.manageProfiles",
|
2017-09-07 20:45:49 +03:00
|
|
|
"title": "%extension.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
|
|
|
{
|
|
|
|
"command": "extension.chooseDatabase",
|
2017-09-07 20:45:49 +03:00
|
|
|
"title": "%extension.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
|
|
|
{
|
|
|
|
"command": "extension.chooseLanguageFlavor",
|
|
|
|
"title": "%extension.chooseLanguageFlavor%",
|
|
|
|
"category": "MS SQL"
|
|
|
|
},
|
2016-12-20 02:18:07 +03:00
|
|
|
{
|
|
|
|
"command": "extension.showGettingStarted",
|
2017-09-07 20:45:49 +03:00
|
|
|
"title": "%extension.showGettingStarted%",
|
2016-12-20 02:18:07 +03:00
|
|
|
"category": "MS SQL"
|
2017-01-04 23:17:47 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "extension.newQuery",
|
2017-09-07 20:45:49 +03:00
|
|
|
"title": "%extension.newQuery%",
|
2017-01-04 23:17:47 +03:00
|
|
|
"category": "MS SQL"
|
2017-02-16 23:22:47 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "extension.rebuildIntelliSenseCache",
|
2017-09-07 20:45:49 +03:00
|
|
|
"title": "%extension.rebuildIntelliSenseCache%",
|
2017-02-16 23:22:47 +03:00
|
|
|
"category": "MS SQL"
|
2016-06-26 21:49:47 +03:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"keybindings": [
|
|
|
|
{
|
|
|
|
"command": "extension.runQuery",
|
|
|
|
"key": "ctrl+shift+e",
|
|
|
|
"mac": "cmd+shift+e",
|
|
|
|
"when": "editorTextFocus && editorLangId == 'sql'"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "extension.connect",
|
|
|
|
"key": "ctrl+shift+c",
|
|
|
|
"mac": "cmd+shift+c",
|
|
|
|
"when": "editorTextFocus && editorLangId == 'sql'"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "extension.disconnect",
|
|
|
|
"key": "ctrl+shift+d",
|
|
|
|
"mac": "cmd+shift+d",
|
|
|
|
"when": "editorTextFocus && editorLangId == 'sql'"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"configuration": {
|
|
|
|
"type": "object",
|
|
|
|
"title": "MSSQL configuration",
|
2016-07-14 02:25:29 +03:00
|
|
|
"properties": {
|
2016-10-26 21:54:26 +03:00
|
|
|
"mssql.logDebugInfo": {
|
2016-06-26 21:49:47 +03:00
|
|
|
"type": "boolean",
|
|
|
|
"default": false,
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.logDebugInfo%"
|
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-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.maxRecentConnections%"
|
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
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
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]",
|
|
|
|
"event.toggleResultPane": "ctrl+alt+r",
|
|
|
|
"event.toggleMessagePane": "ctrl+alt+y",
|
|
|
|
"event.prevGrid": "ctrl+up",
|
|
|
|
"event.nextGrid": "ctrl+down",
|
|
|
|
"event.copySelection": "ctrl+c",
|
2016-11-23 00:57:09 +03:00
|
|
|
"event.copyWithHeaders": "",
|
2016-11-08 22:30:40 +03:00
|
|
|
"event.maximizeGrid": "",
|
2016-11-01 02:28:34 +03:00
|
|
|
"event.selectAll": "",
|
|
|
|
"event.saveAsJSON": "",
|
2017-03-21 05:27:35 +03:00
|
|
|
"event.saveAsCSV": "",
|
|
|
|
"event.saveAsExcel": ""
|
2016-11-01 02:28:34 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"mssql.messagesDefaultOpen": {
|
|
|
|
"type": "boolean",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.messagesDefaultOpen%",
|
2016-11-08 22:30:40 +03:00
|
|
|
"default": true
|
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%",
|
2016-12-01 22:48:33 +03:00
|
|
|
"default": "-apple-system,BlinkMacSystemFont,Segoe WPC,Segoe UI,HelveticaNeue-Light,Ubuntu,Droid Sans,sans-serif"
|
|
|
|
},
|
|
|
|
"mssql.resultsFontSize": {
|
|
|
|
"type": "number",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.resultsFontSize%",
|
2016-12-15 04:09:26 +03:00
|
|
|
"default": 13
|
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-02-24 04:33:05 +03:00
|
|
|
"default": true
|
2016-11-23 00:57:09 +03:00
|
|
|
},
|
|
|
|
"mssql.copyIncludeHeaders": {
|
|
|
|
"type": "boolean",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.copyIncludeHeaders%",
|
2016-11-23 00:57:09 +03:00
|
|
|
"default": false
|
2016-12-16 00:51:09 +03:00
|
|
|
},
|
|
|
|
"mssql.copyRemoveNewLine": {
|
|
|
|
"type": "boolean",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.copyRemoveNewLine%",
|
2016-12-16 00:51:09 +03:00
|
|
|
"default": true
|
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-07-17 21:36:49 +03:00
|
|
|
"default": false
|
|
|
|
},
|
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-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-02-16 01:03:31 +03:00
|
|
|
"default": false
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"mssql.format.placeCommasBeforeNextStatement": {
|
|
|
|
"type": "boolean",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.format.placeCommasBeforeNextStatement%",
|
2017-02-16 01:03:31 +03:00
|
|
|
"default": false
|
|
|
|
},
|
|
|
|
"mssql.format.placeSelectStatementReferencesOnNewLine": {
|
|
|
|
"type": "boolean",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.format.placeSelectStatementReferencesOnNewLine%",
|
2017-02-16 01:03:31 +03:00
|
|
|
"default": false
|
|
|
|
},
|
2017-02-10 03:52:31 +03:00
|
|
|
"mssql.applyLocalization": {
|
|
|
|
"type": "boolean",
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.applyLocalization%",
|
2017-02-10 03:52:31 +03:00
|
|
|
"default": false
|
2017-02-23 01:58:47 +03:00
|
|
|
},
|
|
|
|
"mssql.query.displayBitAsNumber": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true,
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.query.displayBitAsNumber%"
|
2017-04-26 01:18:00 +03:00
|
|
|
},
|
|
|
|
"mssql.intelliSense.enableIntelliSense": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true,
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.intelliSense.enableIntelliSense%"
|
2017-04-26 01:18:00 +03:00
|
|
|
},
|
|
|
|
"mssql.intelliSense.enableErrorChecking": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true,
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.intelliSense.enableErrorChecking%"
|
2017-04-26 01:18:00 +03:00
|
|
|
},
|
|
|
|
"mssql.intelliSense.enableSuggestions": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true,
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.intelliSense.enableSuggestions%"
|
2017-04-26 01:18:00 +03:00
|
|
|
},
|
|
|
|
"mssql.intelliSense.enableQuickInfo": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true,
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.intelliSense.enableQuickInfo%"
|
2017-04-26 01:18:00 +03:00
|
|
|
},
|
|
|
|
"mssql.intelliSense.lowerCaseSuggestions": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false,
|
2017-09-07 20:45:49 +03:00
|
|
|
"description": "%mssql.intelliSense.lowerCaseSuggestions%"
|
2016-06-26 21:49:47 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
2016-07-23 00:47:21 +03:00
|
|
|
"postinstall": "node ./node_modules/vscode/bin/install",
|
2016-08-02 04:18:36 +03:00
|
|
|
"install-packages": "npm install github:gulpjs/gulp#4.0 && npm install gulp-install && gulp --gulpfile install.js install"
|
2016-06-26 21:49:47 +03:00
|
|
|
}
|
2016-07-01 01:12:52 +03:00
|
|
|
}
|