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/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  [<img height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi2.png?v=2' border='0' alt='Buy Me a Coffee at ko-fi.com'/>](https://ko-fi.com/X8X41IE4T)
4
4
 
5
+ ## 1.1.39
6
+ * VSCode:
7
+ * Added commands to adjust config.ini settings (prototype cache, mouse auto capture)
8
+ * Check config.ini settings in Check Config
9
+ * Sumneko library package:
10
+ * Correctly mark function optional table params
11
+ * Fix `global` rename only being applied once per line
12
+
5
13
  ## 1.1.38
6
14
  * Debugger:
7
15
  * Pass `SteamAppId` environment variable instead of trying to create `steam_appid.txt`
@@ -11,7 +19,7 @@
11
19
  * Added Check Config command (run from command pallete)
12
20
  * Sumneko library package:
13
21
  * Updated library generator remaining runtime types
14
- * Split up table types with variant_parameter_groups for bettery diagnostics
22
+ * Split up table types with variant_parameter_groups for better diagnostics
15
23
 
16
24
  ## 1.1.37
17
25
  * No longer use `keytar` which VSCode has removed.