nvarner / typst-lsp

[Deprecated] An early language server for Typst, plus a VS Code extension
MIT License
1.2k stars 77 forks source link

Changes in local packages aren't always automatically updated #400

Open emilyyyylime opened 11 months ago

emilyyyylime commented 11 months ago

(as dicussed in typst/typst#3099)

Issue

With local packages, such as those in ~/.local/share/typst/packages/namespace/package/version/, imported as import "@namespace/package:version", changing the source code of the package will not update the PDF output or the LSP diagnostics/hints.

Myriad-Dreamin commented 10 months ago

related https://github.com/nvarner/typst-lsp/issues/100