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 9897447 commit e4a2537Copy full SHA for e4a2537
tools/vscode-extension/README.md
@@ -18,6 +18,9 @@ The panel will have the ability to install the tools on the most popular platfor
18
19
### Changelog
20
21
+- 0.3.9
22
+ - Fixed cube psyqo template's null pointer exception.
23
+ - Improved MacOS mips toolchain installation process.
24
- 0.3.8
25
- Added automatic setup of Python virtual environments in order to reflect the changes in ps1-bare-metal.
26
- Fixed compile_flags.txt in template file.
tools/vscode-extension/package.json
@@ -2,7 +2,7 @@
2
"name": "psx-dev",
3
"displayName": "PSX.Dev",
4
"description": "PlayStation 1 development made easy",
5
- "version": "0.3.8",
+ "version": "0.3.9",
6
"engines": {
7
"vscode": "^1.75.0"
8
},
0 commit comments