- Fix debugging not working on Windows due to wrong path separators (PR: #35)
- Update README with documentation for 0.2.0 features (PR: #33)
- Add
executableArguments
launch option (PR: #21) - Assets and configuration providers (PR: #22)
- Generate
tasks.json
andpreLaunchTask
forlaunch.json
- Attempt to find Godot executable path for configuring
tasks.json
andlaunch.json
- Add snippets for
launch.json
configurations - Fix launch and debug configurations not working due to
package.json
using 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
- Fix communication with the Godot editor not working on Windows
- Fix missing dependencies
- Add extension icon
- Initial release