diff --git a/extensions-modules/package.json b/extensions-modules/package.json index 498208e978..30ed51b871 100644 --- a/extensions-modules/package.json +++ b/extensions-modules/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "Shared modules for Carbon extensions", "dependencies": { - "dataprotocol-client": "github:Microsoft/sqlops-dataprotocolclient#0.1.3", + "dataprotocol-client": "github:Microsoft/sqlops-dataprotocolclient#0.1.5", "decompress": "^4.2.0", "fs-extra-promise": "^1.0.1", "http-proxy-agent": "^2.0.0", diff --git a/extensions-modules/src/languageservice/serviceClient.ts b/extensions-modules/src/languageservice/serviceClient.ts index ecf20bfb9f..3560f63cfd 100644 --- a/extensions-modules/src/languageservice/serviceClient.ts +++ b/extensions-modules/src/languageservice/serviceClient.ts @@ -336,7 +336,6 @@ export class SqlToolsServiceClient { configurationSection: SqlToolsServiceClient._constants.extensionConfigSectionName }, errorHandler: new LanguageClientErrorHandler(SqlToolsServiceClient._constants), - serverConnectionMetadata: this._config.getConfigValue(Constants.serverConnectionMetadata), outputChannel: { append: () => { }, @@ -414,7 +413,6 @@ export class SqlToolsServiceClient { configurationSection: SqlToolsServiceClient._constants.extensionConfigSectionName }, errorHandler: new LanguageClientErrorHandler(SqlToolsServiceClient._constants), - serverConnectionMetadata: this._config.getConfigValue(Constants.serverConnectionMetadata), outputChannel: { append: () => { }, diff --git a/extensions-modules/yarn.lock b/extensions-modules/yarn.lock index 5a92631944..219d2994c5 100644 --- a/extensions-modules/yarn.lock +++ b/extensions-modules/yarn.lock @@ -321,9 +321,9 @@ dashdash@^1.12.0: dependencies: assert-plus "^1.0.0" -"dataprotocol-client@github:Microsoft/sqlops-dataprotocolclient#0.1.3": - version "0.1.0" - resolved "https://codeload.github.com/Microsoft/sqlops-dataprotocolclient/tar.gz/5758b2a5804ea488d14326662f51d19cc970ccd0" +"dataprotocol-client@github:Microsoft/sqlops-dataprotocolclient#0.1.5": + version "0.1.5" + resolved "https://codeload.github.com/Microsoft/sqlops-dataprotocolclient/tar.gz/21b0bacfc759689a6c280408528c6029a21b1abf" dependencies: vscode-languageclient "3.5.0" diff --git a/extensions/mssql/client/src/config.json b/extensions/mssql/client/src/config.json index 2270e12386..491cbbf146 100644 --- a/extensions/mssql/client/src/config.json +++ b/extensions/mssql/client/src/config.json @@ -1,7 +1,7 @@ { "service": { "downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/v{#version#}/microsoft.sqltools.servicelayer-{#fileName#}", - "version": "1.4.0-alpha.10", + "version": "1.4.0-alpha.12", "downloadFileNames": { "Windows_86": "win-x86-netcoreapp2.0.zip", "Windows_64": "win-x64-netcoreapp2.0.zip",