fix: ensure enabled lsps are all logged (#2364)

This commit is contained in:
Aiden Cline 2025-09-01 17:43:31 -05:00 committed by GitHub
parent 7b62c10553
commit 0a01d20850
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,6 +70,7 @@ export namespace LSP {
}
servers[name] = {
...existing,
id: name,
root: existing?.root ?? (async () => Instance.directory),
extensions: item.extensions ?? existing.extensions,
spawn: async (root) => {