mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
fix client options in mssql (#1044)
This commit is contained in:
committed by
Karl Burtram
parent
32ac907403
commit
e6a65599fd
@@ -45,6 +45,10 @@ export async function activate(context: vscode.ExtensionContext) {
|
|||||||
serverdownloader.eventEmitter.onAny(generateHandleServerProviderEvent());
|
serverdownloader.eventEmitter.onAny(generateHandleServerProviderEvent());
|
||||||
|
|
||||||
let clientOptions: ClientOptions = {
|
let clientOptions: ClientOptions = {
|
||||||
|
documentSelector: ['sql'],
|
||||||
|
synchronize: {
|
||||||
|
configurationSection: 'mssql'
|
||||||
|
},
|
||||||
providerId: Constants.providerId,
|
providerId: Constants.providerId,
|
||||||
errorHandler: new LanguageClientErrorHandler(),
|
errorHandler: new LanguageClientErrorHandler(),
|
||||||
features: [
|
features: [
|
||||||
|
|||||||
@@ -49,10 +49,6 @@ core-util-is@~1.0.0:
|
|||||||
version "1.0.2"
|
version "1.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
|
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
|
||||||
|
|
||||||
crypto@^1.0.1:
|
|
||||||
version "1.0.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/crypto/-/crypto-1.0.1.tgz#2af1b7cad8175d24c8a1b0778255794a21803037"
|
|
||||||
|
|
||||||
"dataprotocol-client@github:Microsoft/sqlops-dataprotocolclient#0.1.5":
|
"dataprotocol-client@github:Microsoft/sqlops-dataprotocolclient#0.1.5":
|
||||||
version "0.1.5"
|
version "0.1.5"
|
||||||
resolved "https://codeload.github.com/Microsoft/sqlops-dataprotocolclient/tar.gz/21b0bacfc759689a6c280408528c6029a21b1abf"
|
resolved "https://codeload.github.com/Microsoft/sqlops-dataprotocolclient/tar.gz/21b0bacfc759689a6c280408528c6029a21b1abf"
|
||||||
|
|||||||
Reference in New Issue
Block a user