@ttsc/vscode 0.11.0 → 0.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@ttsc/vscode",
|
|
3
3
|
"displayName": "ttsc",
|
|
4
4
|
"description": "Run ttscserver as a Language Server for TypeScript-Go projects, with lint/format plugin diagnostics merged into VSCode.",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.12.1",
|
|
6
6
|
"publisher": "samchon",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"author": "Jeongho Nam",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"@vscode/vsce": "^3.6.1",
|
|
87
87
|
"esbuild": "^0.25.12",
|
|
88
88
|
"rimraf": "^6.1.2",
|
|
89
|
-
"ttsc": "0.
|
|
89
|
+
"ttsc": "0.12.1"
|
|
90
90
|
},
|
|
91
91
|
"scripts": {
|
|
92
92
|
"build": "rimraf lib dist && node build/build.cjs"
|