Skip to content

Commit 19a222a

Browse files
committed
Added Laser/EDM/Swiss to machine type config
1 parent e492633 commit 19a222a

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,18 @@
165165
"enum": [
166166
"Mill",
167167
"Lathe",
168-
"3D Printer"
168+
"3D Printer",
169+
"Swiss",
170+
"Laser",
171+
"EDM"
169172
],
170173
"enumDescriptions": [
171174
"Configure G-Code Extension for CNC Mill",
172175
"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"
174180
],
175181
"markdownDescription": "Configure G-Code Extension for a Specific Machine Type",
176182
"scope": "window"
@@ -448,6 +454,7 @@
448454
},
449455
"scripts": {
450456
"analyze:bundle": "webpack --env analyzeBundle",
457+
"build": "webpack -mode development",
451458
"bundle": "webpack --mode production",
452459
"clean": "shx rm -rf out/* && rm -rf dist/*",
453460
"compile": "tsc -p ./",
@@ -458,7 +465,7 @@
458465
"pretty": "prettier --config .prettierrc --loglevel warn .",
459466
"pub": "vsce publish",
460467
"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",
462469
"vscode:prepublish": "npm run bundle",
463470
"webpack": "webpack --mode development",
464471
"webpack-dev": "webpack --mode development --watch"

0 commit comments

Comments
 (0)