Skip to content

Commit

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

This reverts commit 20caca9.
  • Loading branch information
PeterJohnson committed Oct 15, 2024
1 parent f4a0232 commit 5f8874b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions vscode-wpilib/resources/gradle/c/.vscode/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"
}
3 changes: 1 addition & 2 deletions vscode-wpilib/resources/gradle/cpp/.vscode/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"
}
3 changes: 1 addition & 2 deletions vscode-wpilib/resources/gradle/cppromi/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@
"**/*~": true
},
"C_Cpp.default.configurationProvider": "vscode-wpilib",
"wpilib.skipSelectSimulateExtension": true,
"C_Cpp.caseSensitiveFileSupport": "enabled",
"wpilib.skipSelectSimulateExtension": true
}
3 changes: 1 addition & 2 deletions vscode-wpilib/resources/gradle/cppxrp/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@
"**/*~": true
},
"C_Cpp.default.configurationProvider": "vscode-wpilib",
"wpilib.skipSelectSimulateExtension": true,
"C_Cpp.caseSensitiveFileSupport": "enabled",
"wpilib.skipSelectSimulateExtension": true
}

0 comments on commit 5f8874b

Please sign in to comment.