更改日志模块为spdlog

This commit is contained in:
csh
2025-06-24 21:57:40 +08:00
parent d9beeb82a6
commit 56b0f5473a
18 changed files with 111 additions and 242 deletions
+4
View File
@@ -2,6 +2,10 @@
Notable changes to the `TSL` extension will be documented in this file.
## [2.1.0]: 2025-06-25
- 更换`LSP`日志模块,启动参数`verbose -> trace`
## [2.0.0]: 2025-06-22
- 初步支持`LSP`--关键字补全
Binary file not shown.
Binary file not shown.
+2 -10
View File
@@ -1,12 +1,12 @@
{
"name": "tsl-devkit",
"version": "1.4.0",
"version": "2.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "tsl-devkit",
"version": "1.4.0",
"version": "2.1.0",
"license": "AGPL-3.0-or-later",
"dependencies": {
"vscode-languageclient": "^9.0.1"
@@ -15,7 +15,6 @@
"@types/node": "^24.0.3",
"@types/vscode": "^1.101.0",
"@vscode/vsce": "^3.5.0",
"cp": "^0.2.0",
"prettier": "^3.5.3",
"typescript": "^5.8.3"
},
@@ -1298,13 +1297,6 @@
"dev": true,
"license": "MIT"
},
"node_modules/cp": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/cp/-/cp-0.2.0.tgz",
"integrity": "sha512-4ftCvShHjIZG/zzomHyunNpBof3sOFTTmU6s6q9DdqAL/ANqrKV3pr6Z6kVfBI4hjn59DFLImrBqn7GuuMqSZA==",
"dev": true,
"license": "MIT"
},
"node_modules/cross-spawn": {
"version": "7.0.6",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "tsl-devkit",
"displayName": "TSL",
"version": "2.0.0",
"version": "2.1.0",
"description": "TSL syntax highlighter support for VSCode.",
"publisher": "csh",
"homepage": "https://git.mytsl.cn/csh/tsl-devkit",
Binary file not shown.