godotengine / godot-vscode-plugin

Godot development tools for VSCode
MIT License
1.53k stars 151 forks source link

Fix errors left after cleaning up plugin initialization process #459

Closed DaelonSuzuka closed 1 year ago

DaelonSuzuka commented 1 year ago

439 apparently had a couple accidents, a leftover log statement and a reference to a removed class variable, workspace_dir.

The reference to workspace_dir affects the code path for launching the Godot editor from VSCode, and that feature still works even when I remove the entire line. I didn't write this feature, and I don't see a purpose for this line in the first place.