1.0.0-beta1

This commit is contained in:
csh 2025-11-17 09:11:17 +08:00
parent 9f4d447b5c
commit 8a2e3a181b
6 changed files with 8 additions and 54 deletions

View File

@ -2,54 +2,8 @@
Notable changes to the `TSL` extension will be documented in thio file. Notable changes to the `TSL` extension will be documented in thio file.
## [3.0.0]: 2025-09-28 ## 1.0.0-beta1
- 支持`lsp`全局函数补全 ### 支持`tsl`语法高亮
- 降低`vscode`支持版本到`1.90.0`
## [2.3.1]: 2025-07-10 ### 支持`tsl-server`,提供基础的补全的功能
- 修复:关键字`initialization`拼写错误
## [2.3.0]: 2025-07-03
- 修改插件名为`tsl-tools`
- 支持设置参数
- `tsl.server.executable`: `tsl-server`的执行路径
- `tsl.server.arguments`: `tsl-server`的启动参数
- `tsl.interpreter.executable`: `tsl`解释器的路径
## [2.3.0]: 2025-08-29
- 支持`begin|else|do|then`等换行增加缩进
- 支持`end`等换行减少缩进
## [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
- 大量高亮调整

BIN
vscode/bin/tsl-server (Stored with Git LFS)

Binary file not shown.

BIN
vscode/bin/tsl-server.exe (Stored with Git LFS)

Binary file not shown.

View File

@ -1,7 +1,7 @@
{ {
"name": "tsl-tools", "name": "tsl-tools",
"displayName": "TSL", "displayName": "TSL",
"version": "3.0.0", "version": "1.0.0-beta1",
"description": "VSCode extension for TSL, with syntax highlighting, code completion, and formatting", "description": "VSCode extension for TSL, with syntax highlighting, code completion, and formatting",
"publisher": "csh", "publisher": "csh",
"homepage": "https://git.mytsl.cn/csh/tsl-devkit", "homepage": "https://git.mytsl.cn/csh/tsl-devkit",

Binary file not shown.

Binary file not shown.