do not wait for LSP to be fully ready

This commit is contained in:
Dax Raad
2025-07-09 21:58:24 -04:00
parent a826936702
commit 0ee3b1ede2
3 changed files with 4 additions and 11 deletions

View File

@@ -71,7 +71,7 @@ export const ReadTool = Tool.define({
output += "\n</file>"
// just warms the lsp client
await LSP.touchFile(filePath, false)
LSP.touchFile(filePath, false)
FileTime.read(ctx.sessionID, filePath)
return {