factoriomod-debug 1.1.34 → 1.1.35

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,14 @@
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.35
6
+ * Debugger:
7
+ * Fixed that fast bytecode dumps (1.1.33) would hang on some mods
8
+ * Added support for passing environment variables via launch configuration to spawned factorio process (#95)
9
+ * Sumneko library package:
10
+ * Now generates prototype-api types
11
+ * Disables `lowercase-global` diagnostic
12
+
5
13
  ## 1.1.34
6
14
  * Add Support for Factorio JSON Runtime Docs v4 (Factorio >= 1.1.89)
7
15
  * Remove Support for Factorio JSON Runtime Docs v1 and v2 (Factorio < 1.1.62)