diff options
Diffstat (limited to 'js/src/tool/view.ts')
| -rw-r--r-- | js/src/tool/view.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/src/tool/view.ts b/js/src/tool/view.ts index 5b429c63d..138f9ad3a 100644 --- a/js/src/tool/view.ts +++ b/js/src/tool/view.ts @@ -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 { |
