factoriomod-debug 2.1.3 → 2.1.4
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 +9 -0
- package/dist/{chunk-XEN7L2DC.js → chunk-GAQQYZ45.js} +18 -18
- package/dist/fmtk-cli.js +43 -43
- package/dist/fmtk-vscode.js +13 -13
- package/package.json +11 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "factoriomod-debug",
|
|
3
3
|
"displayName": "Factorio Modding Tool Kit",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.4",
|
|
5
5
|
"publisher": "justarandomgeek",
|
|
6
6
|
"description": "Debug Tools for developing Factorio Mods",
|
|
7
7
|
"author": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"multi-root ready"
|
|
14
14
|
],
|
|
15
15
|
"engines": {
|
|
16
|
-
"vscode": "^1.
|
|
16
|
+
"vscode": "^1.120.0",
|
|
17
17
|
"node": ">=22.7.0"
|
|
18
18
|
},
|
|
19
19
|
"icon": "images/factoriomod-debug-icon.png",
|
|
@@ -54,11 +54,11 @@
|
|
|
54
54
|
"@types/ini": "^4.1.1",
|
|
55
55
|
"@types/inquirer": "^9.0.10",
|
|
56
56
|
"@types/mute-stream": "^0.0.4",
|
|
57
|
-
"@types/node": "^26.0.
|
|
57
|
+
"@types/node": "^26.0.1",
|
|
58
58
|
"@types/readdir-glob": "^1.1.5",
|
|
59
59
|
"@types/request": "^2.48.13",
|
|
60
60
|
"@types/semver": "^7.7.1",
|
|
61
|
-
"@types/vscode": "^1.
|
|
61
|
+
"@types/vscode": "^1.120.0",
|
|
62
62
|
"@types/vscode-webview": "^1.57.5",
|
|
63
63
|
"@vscode/codicons": "^0.0.45",
|
|
64
64
|
"@vscode/debugadapter": "^1.68.0",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"esbuild-compress": "^2.2.0",
|
|
77
77
|
"esbuild-plugin-import-glob": "^0.1.1",
|
|
78
78
|
"esbuild-visualizer": "^0.7.0",
|
|
79
|
-
"eslint": "^10.
|
|
79
|
+
"eslint": "^10.6.0",
|
|
80
80
|
"globals": "^17.7.0",
|
|
81
81
|
"ini": "^6.0.0",
|
|
82
82
|
"jsonc-parser": "^3.3.1",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"semver": "^7.8.5",
|
|
89
89
|
"tree-kill": "^1.2.2",
|
|
90
90
|
"typescript": "^6.0.3",
|
|
91
|
-
"typescript-eslint": "^8.62.
|
|
91
|
+
"typescript-eslint": "^8.62.1",
|
|
92
92
|
"vscode-languageclient": "^10.0.1",
|
|
93
93
|
"vscode-languageserver": "^10.0.1",
|
|
94
94
|
"vscode-languageserver-textdocument": "^1.0.12",
|
|
@@ -729,6 +729,11 @@
|
|
|
729
729
|
"type": "boolean",
|
|
730
730
|
"default": true,
|
|
731
731
|
"description": "Follow symlinks when emitting source locations"
|
|
732
|
+
},
|
|
733
|
+
"trace": {
|
|
734
|
+
"type": "boolean",
|
|
735
|
+
"default": false,
|
|
736
|
+
"description": "Trace DAP messages to a `dap-trace.log`"
|
|
732
737
|
}
|
|
733
738
|
}
|
|
734
739
|
}
|