You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For anyone who finds this useful, this is my vscode setup for building this plugin with vscode. Create a folder called .vscode and create the files and copy/paste the contents from this entry.
launch.json
For the launch.json file, this is setup for Windows so you will need to alter the paths if you're on Linux. You'll always need to adjust the path to your Godot executable. This allows you to debug the plugin (on desktop).
For anyone who finds this useful, this is my vscode setup for building this plugin with vscode. Create a folder called
.vscode
and create the files and copy/paste the contents from this entry.tasks.json
launch.json
For the
launch.json
file, this is setup for Windows so you will need to alter the paths if you're on Linux. You'll always need to adjust the path to your Godot executable. This allows you to debug the plugin (on desktop).The text was updated successfully, but these errors were encountered: