Scony / godot-gdscript-toolkit

Independent set of GDScript tools - parser, linter, formatter, and more
MIT License
999 stars 68 forks source link

VSCode Extension doesn't detect PyEnv Python installations. #235

Closed anthonyashco closed 7 months ago

anthonyashco commented 1 year ago

The VSCode extension on Windows appears to look for one of the MS Store Python installations, instead of detecting the currently set Python interpreter set by PyEnv or the local virtual environment. Attempting to trigger the GDScript formatter shows the following error: image If I install the MS Store version of 3.11.6, I get the expected message that GDToolkit needs to be installed, but attempting to do so fails to trigger anything (my guess here is because calling pip in the project directory calls the PyEnv pip instead of the MS Store one).

Scony commented 7 months ago

VSCode extension is no longer part of this repo.