You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,3 +27,7 @@
27
27
## Version 0.5.0 (September 2022)
28
28
29
29
- Changes to the source path location in Minecraft require that localRoot points to a directory with sources, not the pack root. Update your launch.json 'localRoot'.
30
+
31
+
## Version 0.6.0 (September 2022)
32
+
33
+
- Add support for external modules while debugging. For JS modules built into Minecraft, stack will be visible but listed as "unknown". Add configuration support for module name mapping.
"description": "Debug your JavaScript code running as part of the GameTest Framework experimental feature in Minecraft Bedrock Edition.",
5
-
"version": "0.5.0",
5
+
"version": "0.6.0",
6
6
"publisher": "mojang-studios",
7
7
"author": {
8
8
"name": "Mojang Studios"
@@ -84,6 +84,10 @@
84
84
"inputPort": {
85
85
"type": "string",
86
86
"description": "Prompts for a port at launch."
87
+
},
88
+
"moduleMapping": {
89
+
"type": "object",
90
+
"description": "Module mapping for imports. Each key is an import name that will be mapped to the provided value. Used if modules are external (i.e. included as part of minecraft). Defaults to an empty object."
0 commit comments