tinymist/crates/tinymist
Myriad-Dreamin 9ab2ecdc4d
Some checks are pending
tinymist::auto_tag / auto-tag (push) Waiting to run
tinymist::ci / build (push) Blocked by required conditions
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / announce (push) Blocked by required conditions
tinymist::gh_pages / build-gh-pages (push) Waiting to run
fix: ignore non-typst files to focus implicitly (#2152)
When a file, for example a rust source file, is sent to the language
server by `didOpen`, it is implicitly focused and starts a typst
compilation with the file. However, this is not expected. The error is
rarely triggered because vscode extension also explicitly send focus
events which prevents the implicit focus happens. So in conclusion this
bug was triggered stably by following steps:
- activate tinymist for some reason, and no typst source file is opened.
- open a rust source file and tinymist reports typst syntax error in the
file.
2025-10-10 12:04:19 +08:00
..
src fix: ignore non-typst files to focus implicitly (#2152) 2025-10-10 12:04:19 +08:00
tests feat: move and compile tinymist crate for wasm32 target (#2027) 2025-08-11 13:14:26 +08:00
.gitignore feat: move and compile tinymist crate for wasm32 target (#2027) 2025-08-11 13:14:26 +08:00
build.rs feat: move and compile tinymist crate for wasm32 target (#2027) 2025-08-11 13:14:26 +08:00
Cargo.toml feat: add js package registry support for tinymist-wasm (#2102) 2025-10-01 16:40:21 +08:00
package.json build: bump version to 0.13.28 (#2140) 2025-09-29 01:32:00 +08:00