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 cc25a3c commit e1386e5Copy full SHA for e1386e5
CHANGELOG.md
@@ -35,3 +35,7 @@
35
## Version 0.6.1 (December 2022)
36
37
- Better error messaging when source files cannot be discovered.
38
+
39
+## Version 0.7.0 (March 2023)
40
41
+- Support for inline source maps. Paths with %appdata% will be replaced with user app data folder.
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.6.1",
+ "version": "0.7.0",
6
"publisher": "mojang-studios",
7
"author": {
8
"name": "Mojang Studios"
0 commit comments