@ttsc/vscode 0.22.0 → 0.24.0

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": "TypeScript-Go and ttsc plugin diagnostics, completions, lint actions, and formatting for VS Code.",
5
- "version": "0.22.0",
5
+ "version": "0.24.0",
6
6
  "publisher": "samchon",
7
7
  "icon": "images/icon.png",
8
8
  "license": "MIT",
@@ -92,7 +92,7 @@
92
92
  "verbose"
93
93
  ],
94
94
  "default": "off",
95
- "description": "Trace LSP messages between VS Code and ttscserver."
95
+ "description": "Trace LSP messages between VS Code and ttscserver when the ttsc (trace) output channel log level is Trace."
96
96
  }
97
97
  }
98
98
  }
@@ -100,14 +100,14 @@
100
100
  "devDependencies": {
101
101
  "@types/node": "^25.3.0",
102
102
  "@types/vscode": "^1.94.0",
103
- "@vscode/vsce": "^3.6.1",
103
+ "@vscode/vsce": "^3.9.2",
104
104
  "esbuild": "^0.25.12",
105
105
  "rimraf": "^6.1.2",
106
106
  "typescript": "^7.0.2",
107
- "vscode-languageclient": "^9.0.1",
108
- "ttsc": "0.22.0"
107
+ "vscode-languageclient": "^10.1.0",
108
+ "ttsc": "0.24.0"
109
109
  },
110
110
  "scripts": {
111
- "build": "rimraf lib dist && node build/build.cjs"
111
+ "build": "tsc --noEmit && rimraf lib dist && node build/build.cjs"
112
112
  }
113
113
  }
Binary file