209209 "gcode.navTree.autoRefresh" : {
210210 "type" : " boolean" ,
211211 "default" : true ,
212- "markdowndescription " : " Enable G-Code Tree Auto Refresh" ,
212+ "markdownDescription " : " Enable G-Code Tree Auto Refresh" ,
213213 "scope" : " window"
214214 },
215215 "gcode.stats.enabled" : {
216216 "type" : " boolean" ,
217217 "default" : false ,
218- "markdowndescription " : " Enable G-Code Statistics Panel" ,
218+ "markdownDescription " : " Enable G-Code Statistics Panel" ,
219219 "scope" : " window"
220220 },
221221 "gcode.stats.autoRefresh" : {
222222 "type" : " boolean" ,
223223 "default" : false ,
224- "markdowndescription" : " Enable G-Code Stats Auto Refresh" ,
224+ "markdownDescription" : " Enable G-Code Stats Auto Refresh" ,
225+ "scope" : " window"
226+ },
227+ "gcode.webviews.enabled" : {
228+ "type" : " boolean" ,
229+ "default" : true ,
230+ "markdownDescription" : " Enable or Disable WebViews" ,
225231 "scope" : " window"
226232 }
227233 }
391397 "pub" : " vsce publish" ,
392398 "test" : " node ./out/test/runTests.js" ,
393399 "test:unit" : " mocha --require ts-node/register test/unit/*.test.ts" ,
394- "vscode:prepublish" : " npm run compile " ,
400+ "vscode:prepublish" : " npm run bundle " ,
395401 "webpack" : " webpack --mode development" ,
396402 "webpack-dev" : " webpack --mode development --watch"
397403 },
398404 "devDependencies" : {
399405 "@types/chai" : " ^4.2.16" ,
400406 "@types/glob" : " ^7.1.3" ,
401407 "@types/mocha" : " ^8.2.2" ,
402- "@types/node" : " ^14.14.39 " ,
408+ "@types/node" : " ^14.14.41 " ,
403409 "@types/vscode" : " ^1.55.0" ,
404410 "@typescript-eslint/eslint-plugin" : " ^4.22.0" ,
405411 "@typescript-eslint/parser" : " ^4.22.0" ,
413419 "mocha" : " ^8.3.2" ,
414420 "prettier" : " ^2.2.1" ,
415421 "shx" : " ^0.3.3" ,
416- "ts-loader" : " ^8.1 .0" ,
422+ "ts-loader" : " ^9.0 .0" ,
417423 "ts-node" : " ^9.1.1" ,
418424 "typescript" : " ^4.2.4" ,
419425 "vscode-test" : " ^1.5.2" ,
424430 "dependencies" : {
425431 "@appliedengdesign/gcode-reference" : " ^0.0.3"
426432 }
427- }
433+ }
0 commit comments