|
165 | 165 | "enum": [ |
166 | 166 | "Mill", |
167 | 167 | "Lathe", |
168 | | - "3D Printer" |
| 168 | + "3D Printer", |
| 169 | + "Swiss", |
| 170 | + "Laser", |
| 171 | + "EDM" |
169 | 172 | ], |
170 | 173 | "enumDescriptions": [ |
171 | 174 | "Configure G-Code Extension for CNC Mill", |
172 | 175 | "Configure G-Code Extension for CNC Lathe", |
173 | | - "Configure G-Code Extension for 3D Printers" |
| 176 | + "Configure G-Code Extension for 3D Printers", |
| 177 | + "Configure G-Code Extension for Swiss-style Lathes", |
| 178 | + "Configure G-Code Extension for Laser Machine Tools", |
| 179 | + "Configure G-Code Extension for EDM" |
174 | 180 | ], |
175 | 181 | "markdownDescription": "Configure G-Code Extension for a Specific Machine Type", |
176 | 182 | "scope": "window" |
|
448 | 454 | }, |
449 | 455 | "scripts": { |
450 | 456 | "analyze:bundle": "webpack --env analyzeBundle", |
| 457 | + "build": "webpack -mode development", |
451 | 458 | "bundle": "webpack --mode production", |
452 | 459 | "clean": "shx rm -rf out/* && rm -rf dist/*", |
453 | 460 | "compile": "tsc -p ./", |
|
458 | 465 | "pretty": "prettier --config .prettierrc --loglevel warn .", |
459 | 466 | "pub": "vsce publish", |
460 | 467 | "test": "node ./out/test/runTests.js", |
461 | | - "test:unit": "SET TS_NODE_PROJECT=./tsconfig.tests.json&& mocha -r ts-node/register test/unit/*.test.ts", |
| 468 | + "test:unit": "SET TS_NODE_PROJECT=./tsconfig.tests.json && mocha -r ts-node/register test/unit/*.test.ts", |
462 | 469 | "vscode:prepublish": "npm run bundle", |
463 | 470 | "webpack": "webpack --mode development", |
464 | 471 | "webpack-dev": "webpack --mode development --watch" |
|
0 commit comments