refactor: remove ambient instance reads from lsp (#23023)

This commit is contained in:
Kit Langton
2026-04-17 21:47:59 -04:00
committed by GitHub
parent a5d99e7a3c
commit e6fd57165e
4 changed files with 75 additions and 67 deletions

View File

@@ -31,6 +31,7 @@ describe("LSPClient interop", () => {
serverID: "fake",
server: handle as unknown as LSPServer.Handle,
root: process.cwd(),
directory: process.cwd(),
}),
})
@@ -55,6 +56,7 @@ describe("LSPClient interop", () => {
serverID: "fake",
server: handle as unknown as LSPServer.Handle,
root: process.cwd(),
directory: process.cwd(),
}),
})
@@ -79,6 +81,7 @@ describe("LSPClient interop", () => {
serverID: "fake",
server: handle as unknown as LSPServer.Handle,
root: process.cwd(),
directory: process.cwd(),
}),
})