factoriomod-debug 1.1.42 → 1.1.44

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,44 @@
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.44
6
+ * Debugger
7
+ * Set `SteamAppId` when launching for `--version`
8
+ * Fix Eval not available if not enough lua events running
9
+ * Pin GC-able values from eval results or `__DebugAdapter.print(obj)` to allow expanding (some) fields when not paused
10
+ * Display the registered name of metatables, if available
11
+ * Fix possible race when adjusting settings at launch
12
+ * VSCode:
13
+ * Check LuaLS plugin files in Check Config
14
+ * Cleanup mismatched workspace links when updating `Lua.workspace.userThirdParty`
15
+ * LuaLS library package:
16
+ * Plugin option `--ignore` to disable the plugin for certain files or folders
17
+ * Plugin option `--clusterio-modules` to enable handling clusterio requires
18
+ * Note that a bug in LuaLS 3.9.3 currently prevents passing more than one argument in some workspaces
19
+
20
+ ## 1.1.43
21
+ * Locale:
22
+ * Don't emit documentSymbols with empty names (#118)
23
+ * Warn on key ending with whitespace
24
+ * PropertyTree: (mod settings, etc)
25
+ * Correct saving mid-length (129-254) strings
26
+ * VSCode:
27
+ * Use "Restart Extension Host" instead of "Reload Window" to restart the LuaLS (#119)
28
+ * Trim whitespace off API keys (#117)
29
+ * Set extensionDependency on LuaLS for easier installation
30
+ * Debugger:
31
+ * Fixed some missing captures that could cause errors if mods overwrite Lua builtins
32
+ * Fixed hang when attemping to debug simulations
33
+ * Use `--version` to check the binary's version instead of relying on json version
34
+ * Fixed that `on_nth_tick` hook could hide errors for some incorrect calls
35
+ * LuaLS library package:
36
+ * Changed enums to generate typed values instead of `integer`
37
+ * Generate overloads for `script.on_event`, removed plugin `on_event` module
38
+ * Add Support for Factorio JSON Runtime Docs v5 (Factorio >= 1.1.108)
39
+ * Remove Support for Factorio JSON Runtime Docs v3 (Factorio < 1.1.89)
40
+ * Fill in `defines.prototypes` with dumped values instead of `{[string]:{[string]:0}}`
41
+ * Include `.base` type in the union for `variant_parameter_groups` types
42
+
5
43
  ## 1.1.42
6
44
  * Debugger:
7
45
  * Display each Lua VM as a DAP "Thread"