From 50020b68038c2f89c22cd61fcd6898e7f8938031 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Tue, 30 Jan 2024 01:27:43 -0500 Subject: [PATCH] vsc godot plugin is weird --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8633c04..f70f380 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,5 +3,6 @@ "search.exclude": { "thirdparty/**" : false, "**/thirdparty" : false, - } + }, + "godot_tools.scene_file_config": "c:\\projects\\SectrPrototype\\code" }