fix suggestionActions.enabled not works
This commit is contained in:
parent
5be25f96dc
commit
269322685a
2 changed files with 4 additions and 2 deletions
src/server
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue