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

pull/2367/head
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
1 changed files with 1 additions and 0 deletions

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) => {