tsl-devkit/vscode/CHANGELOG.md

46 lines
966 B
Markdown

# Change Log
Notable changes to the `TSL` extension will be documented in thio file.
## [2.3.1]: 2025-07-10
- 修复:关键字`initialization`拼写错误
## [2.3.0]: 2025-07-03
- 修改插件名为`tsl-tools`
- 支持设置参数
- `tsl.server.executable`: `tsl-server`的执行路径
- `tsl.server.arguments`: `tsl-server`的启动参数
- `tsl.interpreter.executable`: `tsl`解释器的路径
## [2.2.0]: 2025-07-02
- 代码重构
## [2.1.0]: 2025-06-25
- 更换`LSP`日志模块,启动参数`verbose -> trace`
## [2.0.1]: 2025-06-30
- 修复:变量类型声明误匹配问题,如`len:], "','")$"');`
## [2.0.0]: 2025-06-22
- 初步支持`LSP`--关键字补全
## [1.4.0]: 2025-06-17
- 修复:`[weakref]typename: type;`时,变量和类型高亮失效
- 调整关键字分类
## [1.3.0]: 2025-06-17
- 支持关键字大小写不敏感
- 调整和新增某些关键字的所属类型
## [1.2.0]: 2025-06-16
- 大量高亮调整