godotengine / godot-csharp-vscode

Debugger and utilities for working with Godot C# projects in VSCode
https://marketplace.visualstudio.com/items?itemName=neikeq.godot-csharp-vscode
MIT License
145 stars 27 forks source link

Add support for diffirrent Godot project paths #28

Closed alexaisok closed 2 years ago

alexaisok commented 3 years ago

The extension currently assumes that the project path for your Godot project is in the workspace folder root. This PR detects projects which may be nested in sub-folders and lets you choose which one to use.

Dropdown for selecting the Godot project project-selector

Statusbar for showing current project project-statusbar

alexaisok commented 3 years ago

Any idea about when this might get merged? Thanks

raulsntos commented 3 years ago

neikeq has said in https://github.com/godotengine/godot-csharp-vscode/issues/25#issuecomment-926953926 that he'll take a look in October, since he's quite busy at the moment.

neikeq commented 2 years ago

Thanks! (and sorry for the long wait)

alexaisok commented 2 years ago

Thanks! (and sorry for the long wait)

No worries, thank you!