Skip to content

Commit 74bde70

Browse files
committed
feat: Add new feature JSX Attribute Shortcut Completions! New completions like className={className}, enabled by default! control by jsxAttributeShortcutCompletions.enable
1 parent 493c2c2 commit 74bde70

File tree

8 files changed

+182
-111
lines changed

8 files changed

+182
-111
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"tsm": "^2.3.0",
147147
"type-fest": "^2.13.1",
148148
"typed-jsonfile": "^0.2.1",
149-
"typescript": "5.1.6",
149+
"typescript": "5.3.3",
150150
"vite": "^4.1.1",
151151
"vitest": "^0.34.6",
152152
"vitest-environment-ts-plugin": "./vitest-environment-ts-plugin",
@@ -191,7 +191,7 @@
191191
"require-from-string": "^2.0.2",
192192
"semver": "^7.3.8",
193193
"string-dedent": "^3.0.1",
194-
"ts-expose-internals": "^4.9.3",
194+
"ts-expose-internals": "^5.3.3",
195195
"ts-simple-type": "^1.0.7",
196196
"unleashed-typescript": "^1.3.0",
197197
"vscode-framework": "^0.0.18",

0 commit comments

Comments
 (0)