fix and improvements

This commit is contained in:
csh
2025-06-17 08:50:19 +08:00
parent 64023a4169
commit 55be8c9e61
14 changed files with 709 additions and 351 deletions
+3 -4
View File
@@ -1,7 +1,7 @@
{
"name": "tsl-devkit",
"displayName": "TSL",
"version": "1.1.0",
"version": "1.2.0",
"description": "TSL syntax highlighter support for VSCode.",
"publisher": "csh",
"homepage": "https://git.mytsl.cn/csh/tsl-devkit",
@@ -16,8 +16,8 @@
"bugs": {
"url": "https://git.mytsl.cn/csh/tsl-devkit/issues"
},
"license": "Please see LICENSE.txt",
"icon": "images/ts.png",
"license": "AGPL-3.0-or-later",
"icon": "images/favicon.ico",
"categories": [
"Programming Languages"
],
@@ -45,7 +45,6 @@
]
},
"devDependencies": {
"@types/vscode": "^1.101.0",
"@vscode/vsce": "^3.5.0",
"typescript": "^5.8.3"
},