fix suggestionActions.enabled not works

This commit is contained in:
chemzqm 2018-10-31 14:13:55 +08:00
parent 5be25f96dc
commit 269322685a
2 changed files with 4 additions and 2 deletions

View file

@ -73,6 +73,7 @@ export default class LanguageProvider {
this.fileConfigurationManager.ensureConfigurationForDocument(doc.textDocument) // tslint:disable-line
}, this, this.disposables)
this.configurationChanged()
workspace.onDidChangeConfiguration(this.configurationChanged, this, this.disposables)
let initialized = false