From dc1cca184356d48e71b37d970ffcc4a97e60d11c Mon Sep 17 00:00:00 2001 From: Pasha Bibko <156938226+PashaBibko@users.noreply.github.com> Date: Thu, 21 Aug 2025 20:33:32 +0100 Subject: [PATCH] Cleaned .vscode folder - Removed settings.json from appearing as it only contains file accosiations - Updated config to have one global instead of one for Linux and Windows each as they were identical --- .gitignore | 11 ++++++----- .vscode/c_cpp_properties.json | 12 +----------- 2 files changed, 7 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 67682e8..904381d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,12 @@ -# CMake output directory # -out/ - -# Visual studio directory # +# Visual studio directory (all uneeded) # .vs/ -# VSC and manual build folders # +# Uneeded autogenerated VSCode files # +.vscode/settings.json + +# Build folders (different depending on IDE) # build/ +out/ # Excludes binary outputs in root dir # *.exe diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index c573e2f..561469c 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -3,17 +3,7 @@ "configurations": [ { - "name": "Linux", - - "includePath": - [ - "${workspaceFolder}/**" - ], - - "cppStandard": "c++20" - }, - { - "name": "Windows", + "name": "Default", "includePath": [