We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db7384 commit d5e6e3fCopy full SHA for d5e6e3f
CHANGELOG.md
@@ -19,3 +19,7 @@
19
## Version 0.3.1 (August 2022)
20
21
- Fix bug in source path comparison on Windows due to drive letter capitalization.
22
+
23
+## Version 0.4.0 (August 2022)
24
25
+- Add support for source maps that contain absolute paths.
package.json
@@ -2,7 +2,7 @@
2
"name": "minecraft-debugger",
3
"displayName": "Minecraft Bedrock Edition Debugger",
4
"description": "Debug your JavaScript code running as part of the GameTest Framework experimental feature in Minecraft Bedrock Edition.",
5
- "version": "0.3.1",
+ "version": "0.4.0",
6
"publisher": "mojang-studios",
7
"author": {
8
"name": "Mojang Studios"
0 commit comments