fix client options in mssql (#1044)

This commit is contained in:
Anthony Dresser
2018-04-02 18:23:57 -07:00
committed by Karl Burtram
parent 32ac907403
commit e6a65599fd
2 changed files with 4 additions and 4 deletions

View File

@@ -45,6 +45,10 @@ export async function activate(context: vscode.ExtensionContext) {
serverdownloader.eventEmitter.onAny(generateHandleServerProviderEvent());
let clientOptions: ClientOptions = {
documentSelector: ['sql'],
synchronize: {
configurationSection: 'mssql'
},
providerId: Constants.providerId,
errorHandler: new LanguageClientErrorHandler(),
features: [