diff --git a/.prototools b/.prototools new file mode 100644 index 000000000..a0a7a79e2 --- /dev/null +++ b/.prototools @@ -0,0 +1,2 @@ +[plugins.tools] +dotnet = "https://raw.githubusercontent.com/RemiKalbe/proto-dotnet-plugin/main/plugin.toml" diff --git a/.vscode/extensions.json b/.vscode/extensions.json index b3c4f865e..92768aa5f 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -13,6 +13,8 @@ "usernamehw.errorlens", "Vue.volar", "vitest.explorer", - "yzhang.markdown-all-in-one" + "yzhang.markdown-all-in-one", + "geequlim.godot-tools", + "alfish.godot-files" ] }