This commit is contained in:
Dax Raad
2025-05-26 17:15:41 -04:00
parent 0ad8738933
commit de9f144858
9 changed files with 195 additions and 78 deletions

View File

@@ -115,7 +115,8 @@ export const view = Tool.define({
}
output += "\n</file>";
await LSP.run((client) => client.notify.open({ path: filePath }));
// just warms the lsp client
LSP.file(filePath);
FileTimes.read(filePath);
return {