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
commit e6fd57165e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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(),
}),
})