mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
* feat: implements dap-server scaffold * dev: revert * fix: diagnostics is only available when typst is enabled * feat: proper feature gating and testing * feat: reduce dep and publish sync-ls * docs: update readme * fix: compile error * fix: permission * fix: examples * fix: doc example
3 lines
No EOL
186 B
Bash
Executable file
3 lines
No EOL
186 B
Bash
Executable file
cargo clippy -p sync-ls --no-default-features --features=lsp
|
|
cargo clippy -p sync-ls --no-default-features --features=dap
|
|
cargo clippy -p sync-ls --no-default-features --features=lsp,dap |