@ttsc/vscode 0.17.3 → 0.17.4

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/README.md CHANGED
@@ -22,7 +22,7 @@ Use it when the project already runs `ttsc`. Add `@ttsc/lint` when you also want
22
22
  Install the common project dependencies:
23
23
 
24
24
  ```bash
25
- npm install -D ttsc typescript@rc @ttsc/lint
25
+ npm install -D ttsc typescript @ttsc/lint
26
26
  ```
27
27
 
28
28
  `@ttsc/lint` is optional for TypeScript-Go language features, but required for the lint and format commands shown below.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@ttsc/vscode",
3
3
  "displayName": "ttsc",
4
4
  "description": "Show ttsc plugin diagnostics in VS Code, with @ttsc/lint errors, fix-all actions, and formatter support.",
5
- "version": "0.17.3",
5
+ "version": "0.17.4",
6
6
  "publisher": "samchon",
7
7
  "icon": "images/icon.png",
8
8
  "license": "MIT",
@@ -103,9 +103,9 @@
103
103
  "@vscode/vsce": "^3.6.1",
104
104
  "esbuild": "^0.25.12",
105
105
  "rimraf": "^6.1.2",
106
- "typescript": "7.0.1-rc",
106
+ "typescript": "^7.0.2",
107
107
  "vscode-languageclient": "^9.0.1",
108
- "ttsc": "0.17.3"
108
+ "ttsc": "0.17.4"
109
109
  },
110
110
  "scripts": {
111
111
  "build": "rimraf lib dist && node build/build.cjs"