factoriomod-debug 2.0.6 → 2.0.7
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-M5LZ6CNU.js → chunk-RGWVOEC5.js} +38 -38
- package/dist/fmtk-cli.js +14 -14
- package/dist/fmtk-vscode.js +16 -16
- package/package.json +36 -30
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.7
|
|
6
|
+
* VSCode:
|
|
7
|
+
* Support online-docs-only options in version selector
|
|
8
|
+
* Active status no longer recorded in settings
|
|
9
|
+
* Autodetected and Online-only versons need not be listed in settings to be selected
|
|
10
|
+
* Debugger:
|
|
11
|
+
* Fixed that debug console would attempt to use `helpers.create_profiler` time commands in data stage
|
|
12
|
+
* Hide LuaEntity::crafting_speed in factorio 2.0.56/57 due to a crash
|
|
13
|
+
|
|
5
14
|
## 2.0.6
|
|
6
15
|
* VSCode:
|
|
7
16
|
* Migrate extension to ESM. Requires VSCode >=1.100
|