We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26598f commit 66197d7Copy full SHA for 66197d7
1 file changed
CodeEdit/Features/LSP/Service/LSPService.swift
@@ -115,7 +115,7 @@ final class LSPService: ObservableObject {
115
}
116
117
/// Holds the active language clients
118
- var languageClients: [ClientKey: LanguageServerType] = [:]
+ @Published var languageClients: [ClientKey: LanguageServerType] = [:]
119
/// Holds the language server configurations for all the installed language servers
120
var languageConfigs: [LanguageIdentifier: LanguageServerBinary] = [:]
121
/// Holds all the event listeners for each active language client
0 commit comments