refactor: remove ambient instance reads from lsp (#23023)
This commit is contained in:
parent
a5d99e7a3c
commit
e6fd57165e
4 changed files with 75 additions and 67 deletions
|
|
@ -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(),
|
||||
}),
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue