tinymist/tools/editor-tools
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
.gitignore feat: complete symbol view (#218) 2024-04-27 09:58:58 +08:00
index.html feat: provide package view and local documentation (#596) 2024-09-12 21:17:07 +08:00
package.json build: make use of async io of js to speed up vscode builds (#2069) 2025-08-31 18:34:20 +08:00
tsconfig.json feat: revamp font view with more features and better styles (#2060) 2025-09-02 10:02:32 +08:00
vite.config.js feat: revamp font view with more features and better styles (#2060) 2025-09-02 10:02:32 +08:00