- Move TCL folding range computation from client to language server, avoiding duplicate regions. - Serialize language server restarts to prevent multiple server instances running concurrently. - Pin server-side Python dependencies to specific minor versions for improved stability and predictability. - Make debug server connection non-fatal, allowing the language server to start even if the debugger isn't attached. - Optimize semantic token generation by caching Tclint plugin commands.
173 B
173 B
[0.0.1]
- Initial release
[0.0.2]
- Add Autocomp for TYPE
[0.1.0]
- Add Hover Feature
[0.2.0]
- Add DEF File Support
[2026.6.100]
- Fix several bugs