factoriomod-debug 1.1.40 → 1.1.42
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 +16 -0
- package/dist/fmtk.js +361 -354
- package/doc/debugadapter.md +0 -1
- package/doc/debugapi.md +1 -1
- package/doc/internal/calls.dot +29 -0
- package/doc/internal/noncharacters.md +75 -0
- package/doc/internal/requires.dot +92 -0
- package/factoriomod-debug-1.1.42.vsix +0 -0
- package/package.json +5 -2
- package/schema/migration.json +46 -0
- package/doc/noncharacters.md +0 -60
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
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.42
|
|
6
|
+
* Debugger:
|
|
7
|
+
* Display each Lua VM as a DAP "Thread"
|
|
8
|
+
* Selectively un-set hook when not stepping and no breakpoints active in file
|
|
9
|
+
* VSCode:
|
|
10
|
+
* JSON Schema for migrations
|
|
11
|
+
* Sumneko library package:
|
|
12
|
+
* Fixed that `---@plugin disable-line` would also affect the previous lines if they had comments
|
|
13
|
+
* Improved plugin performance by ~500%. Unfortunately this isn't really noticeable, because other parts of the LuaLS take up much more time
|
|
14
|
+
|
|
15
|
+
## 1.1.41
|
|
16
|
+
* Sumneko library package:
|
|
17
|
+
* correctly resolve `data-lifecycle` link in docs
|
|
18
|
+
* Omit `MapGenPresets` from `AnyPrototype`, to reduce incorrect type deduction on data:extend's argument
|
|
19
|
+
* Don't use `AnyPrototype` on versions that don't have it defined yet
|
|
20
|
+
|
|
5
21
|
## 1.1.40
|
|
6
22
|
* Sumneko library package:
|
|
7
23
|
* Generate even if some doc links are broken
|