mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 09:32:19 +00:00
fix: ensure enabled lsps are all logged (#2364)
This commit is contained in:
parent
7b62c10553
commit
0a01d20850
1 changed files with 1 additions and 0 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue