This commit is contained in:
Dax Raad
2025-08-06 23:15:19 -04:00
parent 323ce486a5
commit d45d5d664c
15 changed files with 71 additions and 43 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ export namespace LSP {
export type DocumentSymbol = z.infer<typeof DocumentSymbol>
const state = State.create(
() => Paths.use().worktree,
() => Paths.directory,
async () => {
const clients: LSPClient.Info[] = []
const servers: Record<string, LSPServer.Info> = LSPServer