Skip to content

Commit

Permalink
Revert "Add case sensitive file support to C++ projects (wpilibsuite#620
Browse files Browse the repository at this point in the history
)"

Fixed in CPP extension 1.22.9

This reverts commit c2143e5.
  • Loading branch information
sciencewhiz committed Oct 15, 2024
1 parent 4c88609 commit 4ea5844
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/export/cpp/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@
"**/.factorypath": true,
"**/*~": true
},
"C_Cpp.default.configurationProvider": "vscode-wpilib",
"C_Cpp.caseSensitiveFileSupport": "enabled",
"C_Cpp.default.configurationProvider": "vscode-wpilib"
}

0 comments on commit 4ea5844

Please sign in to comment.