properly load typescript lsp in subpaths
publish / publish (push) Has been cancelled

This commit is contained in:
Dax Raad
2025-07-08 18:18:45 -04:00
parent 31974e1b6e
commit 57cd48c53e
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ export namespace LSPServer {
notif.dispose()
resolve()
})
await lsp.notify.open({ path: hint })
await lsp.notify.open({ path: path.join(lsp.root, hint) })
})
},
}