godotengine/godot-vscode-plugin

Project is opened with lowercase drive letter

KoBeWi opened this issue · 3 comments

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

  1. Open workspace with Godot Editor
  2. Print project path or use FileDialog
  3. Absolute paths will have lowercase drive letter

Fixed in #727, but I'm not sure when the next release will be published.

Well I'll use the CI build until then.

@KoBeWi FYI the fix for this was just published in 2.3.0.