factoriomod-debug 1.1.37 → 1.1.38
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 +11 -1
- package/dist/ModSettingsWebview.js +85 -85
- package/dist/fmtk.js +353 -363
- package/doc/debugadapter.md +0 -4
- package/doc/language-lua.md +6 -6
- package/doc/lsptutorial.md +36 -0
- package/package.json +33 -33
- package/readme.md +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,10 +2,20 @@
|
|
|
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.38
|
|
6
|
+
* Debugger:
|
|
7
|
+
* Pass `SteamAppId` environment variable instead of trying to create `steam_appid.txt`
|
|
8
|
+
* Removed `checkGlobals` warning on newly created variables
|
|
9
|
+
* VSCode:
|
|
10
|
+
* Added Output channel for general logging and diagnostics
|
|
11
|
+
* Added Check Config command (run from command pallete)
|
|
12
|
+
* Sumneko library package:
|
|
13
|
+
* Updated library generator remaining runtime types
|
|
14
|
+
* Split up table types with variant_parameter_groups for bettery diagnostics
|
|
15
|
+
|
|
5
16
|
## 1.1.37
|
|
6
17
|
* No longer use `keytar` which VSCode has removed.
|
|
7
18
|
|
|
8
|
-
|
|
9
19
|
## 1.1.36
|
|
10
20
|
* Debugger:
|
|
11
21
|
* Fixed that fast bytecode dumps (1.1.33) would hang on some mods (for real this time)
|