Skip to content

Commit

Permalink
Add case sensitive file support to C++ projects
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Oct 11, 2024
1 parent 4a3a757 commit 026422a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/export/cpp/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"**/.factorypath": true,
"**/*~": true
},
"C_Cpp.default.configurationProvider": "vscode-wpilib"
"C_Cpp.default.configurationProvider": "vscode-wpilib",
"C_Cpp.caseSensitiveFileSupport": "enabled",
}

0 comments on commit 026422a

Please sign in to comment.