factoriomod-debug 1.1.38 → 1.1.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +9 -1
  2. package/dist/fmtk.js +188 -170
  3. package/package.json +11 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "factoriomod-debug",
3
3
  "displayName": "Factorio Modding Tool Kit",
4
- "version": "1.1.38",
4
+ "version": "1.1.39",
5
5
  "publisher": "justarandomgeek",
6
6
  "description": "Debug Tools for developing Factorio Mods",
7
7
  "author": {
@@ -486,6 +486,16 @@
486
486
  "command": "factorio.checkConfig",
487
487
  "category": "Factorio",
488
488
  "title": "Check Config"
489
+ },
490
+ {
491
+ "command": "factorio.disablePrototypeCache",
492
+ "category": "Factorio",
493
+ "title": "Disable Prototype Cache"
494
+ },
495
+ {
496
+ "command": "factorio.disableMouseAutoCapture",
497
+ "category": "Factorio",
498
+ "title": "Disable Mouse Auto Capture"
489
499
  }
490
500
  ],
491
501
  "views": {