Skip to content

Commit 66197d7

Browse files
committed
Publish languageClients
1 parent d26598f commit 66197d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CodeEdit/Features/LSP/Service/LSPService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ final class LSPService: ObservableObject {
115115
}
116116

117117
/// Holds the active language clients
118-
var languageClients: [ClientKey: LanguageServerType] = [:]
118+
@Published var languageClients: [ClientKey: LanguageServerType] = [:]
119119
/// Holds the language server configurations for all the installed language servers
120120
var languageConfigs: [LanguageIdentifier: LanguageServerBinary] = [:]
121121
/// Holds all the event listeners for each active language client

0 commit comments

Comments
 (0)