mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
5a290e927a
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.
6 lines
225 B
JSON
6 lines
225 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"clang-format.executable": "/run/current-system/sw/bin/clang-format",
|
|
"gut-extension.additionalOptions": "-d --no-window",
|
|
"nixEnvSelector.nixShellConfig": "NOT_MODIFIED_ENV",
|
|
}
|