|
13 | 13 | },
|
14 | 14 | {
|
15 | 15 | "command": "removeFunctionArgumentsTypesInSelection",
|
16 |
| - "title": "Remove Function Arguments Types in Selection", |
17 |
| - "category": "TS Essentials" |
| 16 | + "title": "Remove Function Arguments Types in Selection" |
18 | 17 | },
|
19 | 18 | {
|
20 | 19 | "command": "inspectAcceptedCompletion",
|
|
38 | 37 | },
|
39 | 38 | {
|
40 | 39 | "command": "pickAndInsertFunctionArguments",
|
41 |
| - "title": "Pick and Insert Function Arguments", |
42 |
| - "category": "TS Essentials" |
| 40 | + "title": "Pick and Insert Function Arguments" |
43 | 41 | },
|
44 | 42 | {
|
45 | 43 | "command": "goToNodeBySyntaxKind",
|
46 |
| - "title": "Go to Node by Syntax Kind", |
47 |
| - "category": "TS Essentials" |
| 44 | + "title": "Go to Node by Syntax Kind" |
48 | 45 | },
|
49 | 46 | {
|
50 | 47 | "command": "goToNodeBySyntaxKindWithinSelection",
|
51 |
| - "title": "Go to Node by Syntax Kind Within Selection", |
52 |
| - "category": "TS Essentials" |
| 48 | + "title": "Go to Node by Syntax Kind Within Selection" |
53 | 49 | },
|
54 | 50 | {
|
55 | 51 | "command": "insertNameOfCompletion",
|
56 |
| - "title": "Insert Name of Completion", |
57 |
| - "category": "TS Essentials" |
| 52 | + "title": "Insert Name of Completion" |
58 | 53 | },
|
59 | 54 | {
|
60 | 55 | "command": "copyFullType",
|
61 | 56 | "title": "Copy Full Type"
|
| 57 | + }, |
| 58 | + { |
| 59 | + "command": "pasteCodeWithImports", |
| 60 | + "title": "Paste Code with Imports" |
62 | 61 | }
|
63 | 62 | ],
|
64 | 63 | "keybindings": [
|
|
87 | 86 | ],
|
88 | 87 | "publisher": "zardoy",
|
89 | 88 | "private": true,
|
| 89 | + "homepage": "https://ts-plugin.zardoy.com/", |
90 | 90 | "keywords": [
|
91 | 91 | "ts",
|
92 | 92 | "javascript",
|
|
128 | 128 | "tsm": "^2.3.0",
|
129 | 129 | "type-fest": "^2.13.1",
|
130 | 130 | "typed-jsonfile": "^0.2.1",
|
131 |
| - "typescript": "^5.0.2", |
| 131 | + "typescript": "5.1.1-rc", |
132 | 132 | "vite": "^4.1.1",
|
133 | 133 | "vitest": "^0.26.0",
|
134 | 134 | "vitest-environment-ts-plugin": "./vitest-environment-ts-plugin",
|
|
146 | 146 | "@types/mocha": "^9.1.1",
|
147 | 147 | "@types/pluralize": "^0.0.29",
|
148 | 148 | "@volar/language-server": "1.3.0-alpha.3",
|
149 |
| - "@volar/language-service": "1.5.0", |
| 149 | + "@volar/language-service": "1.6.9", |
150 | 150 | "@volar/vue-language-core": "^1.2.0-patch.2",
|
151 | 151 | "@vscode/emmet-helper": "^2.8.4",
|
152 | 152 | "@vscode/test-electron": "^2.1.5",
|
|
0 commit comments