factoriomod-debug 1.1.39 → 1.1.41

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,24 @@
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.41
6
+ * Sumneko library package:
7
+ * correctly resolve `data-lifecycle` link in docs
8
+ * Omit `MapGenPresets` from `AnyPrototype`, to reduce incorrect type deduction on data:extend's argument
9
+ * Don't use `AnyPrototype` on versions that don't have it defined yet
10
+
11
+ ## 1.1.40
12
+ * Sumneko library package:
13
+ * Generate even if some doc links are broken
14
+ * Correctly mark Attributes as optional
15
+ * Set Lua.workspace.checkThirdParty=ApplyInMemory to work around LuaLS's broken defaults
16
+ * Improved plugin's string and comment matching correctness and performance (#113)
17
+ * Added ---@plugin annotation to selectively disable parts of the plugin. Very similar to how ---@diagnostic works
18
+ * Correct type for `data:extend`'s argument (using `AnyPrototype` instead of `PrototypeBase`)
19
+ * Debugger:
20
+ * Correctly update breakpoints when edited (conditions, log message)
21
+ * Fixed that `__DebugAdapter.print()` and `log`, and logpoints would print messages with no trailing newline
22
+
5
23
  ## 1.1.39
6
24
  * VSCode:
7
25
  * Added commands to adjust config.ini settings (prototype cache, mouse auto capture)