Fix casing for 'Support' folder

This commit is contained in:
2024-05-15 19:48:55 +02:00
parent 31f8de76c1
commit 3c0cc3bb6a
6 changed files with 6 additions and 6 deletions

View File

@@ -93,7 +93,7 @@
"settings": {
"C_Cpp.default.includePath": [
"${env:JABY_ENGINE_PATH}/include",
"${env:JABY_ENGINE_PATH}/Support/include"
"${env:JABY_ENGINE_PATH}/support/include"
],
"C_Cpp.default.compilerPath": "",
"C_Cpp.default.cStandard": "c17",