tinymist/crates/tinymist-debug
Myriad-Dreamin 9d5beb196b
feat: minimal viable support for syntax-only mode (#2247)
Configure whether to enable syntax-only mode for the language server. In
syntax-only mode, the language server will only provide syntax checking
and basic code completion, but will not perform full document
compilation or code analysis. This can be useful for improving
performance on low-end devices, devices under power-saving mode, or when
working with large documents.

Default behavior: Always disable syntax-only mode. The strategy may be
changed in the future, for example, automatically enable syntax-only
mode when the system is in power-saving mode.

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-11-16 08:30:20 +08:00
..
src feat: minimal viable support for syntax-only mode (#2247) 2025-11-16 08:30:20 +08:00
Cargo.toml feat: minimal viable support for syntax-only mode (#2247) 2025-11-16 08:30:20 +08:00