|
11 | 11 | "command": "enableStrictEmmetInJsx", |
12 | 12 | "title": "Enable Strict Emmet in JSX", |
13 | 13 | "category": "TS Essentials JSX" |
| 14 | + }, |
| 15 | + { |
| 16 | + "command": "removeFunctionArgumentsTypesInSelection", |
| 17 | + "title": "Remove Function Arguments Types in Selection", |
| 18 | + "category": "TS Essentials" |
| 19 | + }, |
| 20 | + { |
| 21 | + "command": "goToEndOfValue", |
| 22 | + "title": "Go to End of Special Value", |
| 23 | + "category": "TS Essentials (Experimental)" |
| 24 | + }, |
| 25 | + { |
| 26 | + "command": "goToStartOfValue", |
| 27 | + "title": "Go to Start of Special Value", |
| 28 | + "category": "TS Essentials (Experimental)" |
| 29 | + }, |
| 30 | + { |
| 31 | + "command": "selectSpecialValue", |
| 32 | + "title": "Select Special Value", |
| 33 | + "category": "TS Essentials (Experimental)" |
| 34 | + }, |
| 35 | + { |
| 36 | + "command": "pickAndInsertFunctionArguments", |
| 37 | + "title": "Pick and Insert Function Arguments", |
| 38 | + "category": "TS Essentials" |
14 | 39 | } |
15 | 40 | ], |
16 | 41 | "typescriptServerPlugins": [ |
|
57 | 82 | "@types/node": "^16.11.21", |
58 | 83 | "@types/vscode": "^1.63.1", |
59 | 84 | "@zardoy/tsconfig": "^1.3.1", |
60 | | - "esbuild": "^0.14.38", |
| 85 | + "esbuild": "^0.15.15", |
61 | 86 | "fs-extra": "^10.1.0", |
62 | 87 | "type-fest": "^2.13.1", |
63 | 88 | "typed-jsonfile": "^0.2.1", |
64 | | - "typescript": "^4.8.3", |
65 | | - "vitest": "^0.15.1", |
| 89 | + "typescript": "^4.9.3", |
| 90 | + "vitest": "^0.25.3", |
66 | 91 | "vscode-manifest": "^0.0.4" |
67 | 92 | }, |
| 93 | + "pnpm": { |
| 94 | + "overrides": { |
| 95 | + "esbuild": "^0.15.15" |
| 96 | + } |
| 97 | + }, |
68 | 98 | "dependencies": { |
69 | 99 | "@types/chai": "^4.3.3", |
70 | 100 | "@types/glob": "^8.0.0", |
|
74 | 104 | "@vscode/emmet-helper": "^2.8.4", |
75 | 105 | "@vscode/test-electron": "^2.1.5", |
76 | 106 | "@zardoy/utils": "^0.0.9", |
77 | | - "@zardoy/vscode-utils": "^0.0.45", |
| 107 | + "@zardoy/vscode-utils": "^0.0.47", |
78 | 108 | "chai": "^4.3.6", |
79 | 109 | "chokidar": "^3.5.3", |
80 | 110 | "chokidar-cli": "^3.0.0", |
|
92 | 122 | "rambda": "^7.2.1", |
93 | 123 | "require-from-string": "^2.0.2", |
94 | 124 | "string-dedent": "^3.0.1", |
95 | | - "ts-expose-internals": "^4.8.4", |
| 125 | + "ts-expose-internals": "^4.9.3", |
| 126 | + "ts-simple-type": "^1.0.7", |
96 | 127 | "unleashed-typescript": "^1.3.0", |
97 | 128 | "vscode-framework": "^0.0.18", |
98 | 129 | "vscode-uri": "^3.0.6" |
|
0 commit comments