From 099e55a9429595adaaa95ae04f6fb8975d449162 Mon Sep 17 00:00:00 2001 From: ArthurErlich Date: Tue, 24 Jun 2025 19:30:09 +0200 Subject: [PATCH] chore: removed global godot editor path. NOTE: please do not submitt those config into the worcspace settings path. --- .vscode/settings.json | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 9457256..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "godotTools.editorPath.godot4": "c:\\Program Files\\Godot\\Godot_v4.3-stable_win64.exe" -} \ No newline at end of file