godotengine / godotengine/godot-vscode-plugin
Using bash as the default terminal on windows breaks editorPath from settings.json
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 2.1k
- Forks
- 257
- PR merge metrics
- No merged PRs in 30d
Description
Having Bash as the default terminal on windows causes all godot editor commands to throw
"Current workspace is not a godot project"
when the editorPath is defined using bash's location, and run the command using Windows' location when editorPath is defined using Windows' location (which won't work since the terminal runs bash)
Contributor guide
Assessment
This issue has not been assessed yet.