Project is opened with lowercase drive letter
KoBeWi opened this issue · 3 comments
KoBeWi commented
Godot version
4.3, 4.4 dev2
VS Code version
1.93.1
Godot Tools VS Code extension version
2.2.0
System information
Windows 10
Issue description
When opening project with VS Code, seems like the argument passed to --path
has lowercase drive letter (e.g. c:
instead of C:
). I was not able to 100% confirm it, because I don't know how to check the exact command used to run project. But doing ProjectSettings.globalize_path("res://")
will return path with lowercase drive.
I originally reported it as Godot bug:
godotengine/godot#97147
wtfishappeniiiiiing.mp4
Steps to reproduce
- Open workspace with Godot Editor
- Print project path or use FileDialog
- Absolute paths will have lowercase drive letter
DaelonSuzuka commented
Fixed in #727, but I'm not sure when the next release will be published.
KoBeWi commented
Well I'll use the CI build until then.
DaelonSuzuka commented