factoriomod-debug 2.0.11 → 2.0.13
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 +9 -0
- package/dist/{chunk-VB5SSWJG.js → chunk-S7WJEOJD.js} +23 -23
- package/dist/fmtk-cli.js +2 -2
- package/dist/fmtk-vscode.js +9 -9
- package/package.json +19 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
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.13
|
|
6
|
+
* VSCode:
|
|
7
|
+
* workaround for [microsoft/vscode#302602](https://github.com/microsoft/vscode/issues/302602)
|
|
8
|
+
* 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))
|
|
9
|
+
|
|
10
|
+
## 2.0.12
|
|
11
|
+
* LuaLS library package:
|
|
12
|
+
* add missing `data.ThingName` types when not using prototype dumps
|
|
13
|
+
|
|
5
14
|
## 2.0.11
|
|
6
15
|
* LuaLS library package:
|
|
7
16
|
* improved annotation of generics on LuaCustomTable<K,V> and LuaLazyLoadedValue<T>
|