factoriomod-debug 2.0.12 → 2.0.14

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,17 @@
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
+ ## 2.0.14
6
+ * LuaLS library package:
7
+ * fix some `defines.*` types being stringified by table variant type splitting logic
8
+ * preserve the group field in the base class when splitting variant types (some subtypes are not exhaustive)
9
+ * fix iteration types on LuaCustomTable<K,V> and prototype dicts
10
+
11
+ ## 2.0.13
12
+ * VSCode:
13
+ * workaround for [microsoft/vscode#302602](https://github.com/microsoft/vscode/issues/302602)
14
+ * if you encounter the error `bad option: --js-flags=--nodecommit_pooled_pages` from docgen or tasks, try setting `stripjsflags` or `clear` in `factorio.tasks.execArgvOptions` in vscode options. ([#200](https://github.com/justarandomgeek/vscode-factoriomod-debug/issues/200))
15
+
5
16
  ## 2.0.12
6
17
  * LuaLS library package:
7
18
  * add missing `data.ThingName` types when not using prototype dumps