mirror of
https://github.com/godotengine/godot-csharp-vscode.git
synced 2026-01-05 22:10:02 +03:00
1.1 KiB
1.1 KiB
Change Log
0.2.0
- Add
executableArgumentslaunch option (PR: #21) - Assets and configuration providers (PR: #22)
- Generate
tasks.jsonandpreLaunchTaskforlaunch.json - Attempt to find Godot executable path for configuring
tasks.jsonandlaunch.json - Add snippets for
launch.jsonconfigurations - Fix launch and debug configurations not working due to
package.jsonusing a deprecated property
- Generate
- Add debug configuration to launch a specified scene (PR: #24)
- Add support for different Godot project locations in workspace (PR: #28)
- Bump minimum required version of VS Code to v1.62
Many thanks to @raulsntos and @olestourko
0.1.3
- Fixed communication with the Godot editor not working on Windows
0.1.2
- Fixed missing dependencies
0.1.1
- Added extension icon
0.1.0
- Initial release