|
78 | 78 | { |
79 | 79 | "command": "wrapIntoNewTag", |
80 | 80 | "title": "Wrap Into New Tag" |
| 81 | + }, |
| 82 | + { |
| 83 | + "command": "searchWorkspaceBySyntaxKind", |
| 84 | + "title": "Search Workspace by Syntax Kind" |
81 | 85 | } |
82 | 86 | ], |
83 | 87 | "keybindings": [ |
|
127 | 131 | "watch-plugin": "node buildTsPlugin.mjs --watch", |
128 | 132 | "build": "tsc && tsc -p typescript --noEmit && vscode-framework build && pnpm build-plugin", |
129 | 133 | "build-plugin": "node buildTsPlugin.mjs && node buildTsPlugin.mjs --browser", |
| 134 | + "build-plugin:npm": "tsc -p typescript/tsconfig.npm.json", |
130 | 135 | "lint": "eslint {src/**,typescript/src/**}", |
131 | 136 | "test": "pnpm test-plugin --run && pnpm integration-test", |
132 | 137 | "test-plugin": "vitest --globals --dir typescript/test/ --environment ts-plugin", |
|
154 | 159 | "vite": "^4.1.1", |
155 | 160 | "vitest": "^0.34.6", |
156 | 161 | "vitest-environment-ts-plugin": "./vitest-environment-ts-plugin", |
157 | | - "vscode-manifest": "^0.0.4" |
| 162 | + "vscode-manifest": "^0.0.4", |
| 163 | + "chokidar": "^3.5.3", |
| 164 | + "chokidar-cli": "^3.0.0", |
| 165 | + "npm-run-all": "^4.1.5" |
158 | 166 | }, |
159 | 167 | "pnpm": { |
160 | 168 | "overrides": { |
|
176 | 184 | "@zardoy/vscode-utils": "^0.0.52", |
177 | 185 | "chai": "^4.3.6", |
178 | 186 | "change-case": "^4.1.2", |
179 | | - "chokidar": "^3.5.3", |
180 | | - "chokidar-cli": "^3.0.0", |
181 | 187 | "delay": "^5.0.0", |
182 | 188 | "escape-string-regexp": "^5.0.0", |
183 | 189 | "eslint": "^8.56.0", |
|
187 | 193 | "lodash.get": "^4.4.2", |
188 | 194 | "lodash.throttle": "^4.1.1", |
189 | 195 | "mocha": "^10.0.0", |
190 | | - "modify-json-file": "^1.2.2", |
191 | | - "npm-run-all": "^4.1.5", |
192 | 196 | "path-browserify": "^1.0.1", |
193 | 197 | "pluralize": "github:plurals/pluralize#36f03cd2d573fa6d23e12e1529fa4627e2af74b4", |
194 | 198 | "rambda": "^7.2.1", |
|
0 commit comments