From 20a515e16915af6f3b60fe3e4ca76c032b6c3d32 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Thu, 23 Apr 2026 02:19:15 +0800 Subject: [PATCH] chore(ci): added Godot vscode extension recommendation, and .prototools for managing dotnet versions --- .prototools | 2 ++ .vscode/extensions.json | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .prototools 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" ] }