godotengine / godot-vscode-plugin

Godot development tools for VSCode
MIT License
1.52k stars 149 forks source link

Reorganize extension entrypoint #505

Closed DaelonSuzuka closed 10 months ago

DaelonSuzuka commented 10 months ago

This PR moves everything from godot-tools.ts up to extension.ts, which puts ownership of all the extension's major components at the same level.