Add gd-plug and Gut addons

Fresh clones of this repo will need to install Gut using
gd-plug:
```
godot --no-window -s plug.gd install
```
Similar to how git submodules also need to be installed.
This commit is contained in:
Leroy Hopson 2021-07-02 23:54:36 +07:00
parent 3759d3a0b9
commit 5a290e927a
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
6 changed files with 986 additions and 3 deletions

View file

@ -1,5 +1,6 @@
{
"editor.formatOnSave": true,
"clang-format.executable": "/run/current-system/sw/bin/clang-format",
"nixEnvSelector.nixShellConfig": "NOT_MODIFIED_ENV"
"gut-extension.additionalOptions": "-d --no-window",
"nixEnvSelector.nixShellConfig": "NOT_MODIFIED_ENV",
}