mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -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());
|
||||
|
||||
let clientOptions: ClientOptions = {
|
||||
documentSelector: ['sql'],
|
||||
synchronize: {
|
||||
configurationSection: 'mssql'
|
||||
},
|
||||
providerId: Constants.providerId,
|
||||
errorHandler: new LanguageClientErrorHandler(),
|
||||
features: [
|
||||
|
||||
Reference in New Issue
Block a user