factoriomod-debug 2.0.10 → 2.0.11
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 +18 -0
- package/dist/Flamegraph.css +1 -1
- package/dist/Flamegraph.js +1 -1
- package/dist/ModSettingsWebview.css +1 -1
- package/dist/ScriptDatWebview.css +1 -1
- package/dist/chunk-VB5SSWJG.js +149 -0
- package/dist/{codicon-7WVOR3UC.ttf → codicon-B3TTTKGI.ttf} +0 -0
- package/dist/fmtk-cli.js +71 -74
- package/dist/fmtk-vscode.js +9 -9
- package/package.json +33 -21
- package/dist/chunk-EQQFOJIW.js +0 -148
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.0.
|
|
4
|
+
"version": "2.0.11",
|
|
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.116.0",
|
|
17
17
|
"node": ">=22.7.0"
|
|
18
18
|
},
|
|
19
19
|
"icon": "images/factoriomod-debug-icon.png",
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"test": "c8 node --experimental-transform-types --test ./test/*.spec.ts"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@inquirer/input": "^5.0.
|
|
48
|
-
"@inquirer/password": "^5.0.
|
|
49
|
-
"@stylistic/eslint-plugin": "^5.
|
|
47
|
+
"@inquirer/input": "^5.0.12",
|
|
48
|
+
"@inquirer/password": "^5.0.12",
|
|
49
|
+
"@stylistic/eslint-plugin": "^5.10.0",
|
|
50
50
|
"@types/archiver": "^7.0.0",
|
|
51
51
|
"@types/buffers": "^0.1.34",
|
|
52
52
|
"@types/d3": "^7.4.3",
|
|
@@ -54,41 +54,41 @@
|
|
|
54
54
|
"@types/ini": "^4.1.1",
|
|
55
55
|
"@types/inquirer": "^9.0.9",
|
|
56
56
|
"@types/mute-stream": "^0.0.4",
|
|
57
|
-
"@types/node": "^
|
|
57
|
+
"@types/node": "^25.6.0",
|
|
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.116.0",
|
|
62
62
|
"@types/vscode-webview": "^1.57.5",
|
|
63
|
-
"@vscode/codicons": "^0.0.
|
|
63
|
+
"@vscode/codicons": "^0.0.45",
|
|
64
64
|
"@vscode/debugadapter": "^1.68.0",
|
|
65
65
|
"@vscode/debugadapter-testsupport": "^1.68.0",
|
|
66
|
-
"@vscode/vsce": "^3.
|
|
66
|
+
"@vscode/vsce": "^3.9.1",
|
|
67
67
|
"@vscode/webview-ui-toolkit": "^1.4.0",
|
|
68
68
|
"archiver": "^7.0.1",
|
|
69
|
-
"c8": "^
|
|
70
|
-
"commander": "^14.0.
|
|
69
|
+
"c8": "^11.0.0",
|
|
70
|
+
"commander": "^14.0.3",
|
|
71
71
|
"d3": "^7.9.0",
|
|
72
|
-
"d3-flame-graph": "^
|
|
72
|
+
"d3-flame-graph": "^5.0.0",
|
|
73
73
|
"dateformat": "^5.0.3",
|
|
74
74
|
"dotize": "^0.6.0",
|
|
75
|
-
"esbuild": "^0.
|
|
76
|
-
"esbuild-compress": "^2.0
|
|
75
|
+
"esbuild": "^0.28.0",
|
|
76
|
+
"esbuild-compress": "^2.2.0",
|
|
77
77
|
"esbuild-plugin-import-glob": "^0.1.1",
|
|
78
78
|
"esbuild-visualizer": "^0.7.0",
|
|
79
|
-
"eslint": "^
|
|
80
|
-
"globals": "^
|
|
79
|
+
"eslint": "^10.2.1",
|
|
80
|
+
"globals": "^17.5.0",
|
|
81
81
|
"ini": "^6.0.0",
|
|
82
82
|
"jsonc-parser": "^3.3.1",
|
|
83
83
|
"mime": "^4.1.0",
|
|
84
84
|
"patch-package": "^8.0.1",
|
|
85
|
-
"readdir-glob": "^
|
|
85
|
+
"readdir-glob": "^3.0.0",
|
|
86
86
|
"remark": "^15.0.1",
|
|
87
|
-
"rimraf": "^6.1.
|
|
88
|
-
"semver": "^7.7.
|
|
87
|
+
"rimraf": "^6.1.3",
|
|
88
|
+
"semver": "^7.7.4",
|
|
89
89
|
"tree-kill": "^1.2.2",
|
|
90
|
-
"typescript": "^
|
|
91
|
-
"typescript-eslint": "^8.
|
|
90
|
+
"typescript": "^6.0.3",
|
|
91
|
+
"typescript-eslint": "^8.59.0",
|
|
92
92
|
"vscode-languageclient": "^9.0.1",
|
|
93
93
|
"vscode-languageserver": "^9.0.1",
|
|
94
94
|
"vscode-languageserver-textdocument": "^1.0.12",
|
|
@@ -349,6 +349,11 @@
|
|
|
349
349
|
"description": "Generate docs files when selecting a Factorio version.",
|
|
350
350
|
"default": true
|
|
351
351
|
},
|
|
352
|
+
"factorio.docs.usePrototypeDumps": {
|
|
353
|
+
"type": "boolean",
|
|
354
|
+
"description": "EXPERIMENTAL: Use prototype dumps `script-output/mod-settings-dump.json` and `script-output/data-raw-dump.json` if available when generating docs",
|
|
355
|
+
"default": false
|
|
356
|
+
},
|
|
352
357
|
"factorio.docs.docLinksVersion": {
|
|
353
358
|
"description": "What version to use when generating docs links",
|
|
354
359
|
"enumDescriptions": [
|
|
@@ -683,6 +688,9 @@
|
|
|
683
688
|
"Namespace",
|
|
684
689
|
"!Class"
|
|
685
690
|
]
|
|
691
|
+
},
|
|
692
|
+
"[factorio-locale]": {
|
|
693
|
+
"editor.wordWrap": "on"
|
|
686
694
|
}
|
|
687
695
|
},
|
|
688
696
|
"jsonValidation": [
|
|
@@ -785,6 +793,10 @@
|
|
|
785
793
|
true
|
|
786
794
|
]
|
|
787
795
|
},
|
|
796
|
+
"tags": {
|
|
797
|
+
"type": "object",
|
|
798
|
+
"description": "Extra debug session tags, readable under `__DebugAdapter.tags` during this session."
|
|
799
|
+
},
|
|
788
800
|
"modsPath": {
|
|
789
801
|
"type": "string",
|
|
790
802
|
"description": "Absolute path to Factorio mods directory."
|