From 4ea5844876937d6057c8d625015c8e444abebd7b Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Mon, 14 Oct 2024 18:20:02 -0700 Subject: [PATCH] Revert "Add case sensitive file support to C++ projects (#620)" Fixed in CPP extension 1.22.9 This reverts commit c2143e57488bfdd81bec108ae1f92f6128d37c5b. --- src/main/resources/export/cpp/settings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/resources/export/cpp/settings.json b/src/main/resources/export/cpp/settings.json index 7b9fecd2..5e795ffd 100644 --- a/src/main/resources/export/cpp/settings.json +++ b/src/main/resources/export/cpp/settings.json @@ -14,6 +14,5 @@ "**/.factorypath": true, "**/*~": true }, - "C_Cpp.default.configurationProvider": "vscode-wpilib", - "C_Cpp.caseSensitiveFileSupport": "enabled", + "C_Cpp.default.configurationProvider": "vscode-wpilib" }