Skip to content

Commit aefafab

Browse files
authored
Merge pull request #12 from raycasted/main
VSCode CPP Properties doesn't have correct JSON formatting, shows error in VSCode
2 parents 13b3eff + 9958b91 commit aefafab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

projects/VSCode/.vscode/c_cpp_properties.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Win32",
55
"includePath": [
66
"${workspaceFolder}/**",
7-
"C:\GitHub\raylib\src/**",
7+
"C:\\GitHub\\raylib\\src/**",
88
"../../src"
99
],
1010
"defines": [
@@ -14,7 +14,7 @@
1414
"GRAPHICS_API_OPENGL_33",
1515
"PLATFORM_DESKTOP"
1616
],
17-
"compilerPath": "C:\raylib\w64devkit\bin/gcc.exe",
17+
"compilerPath": "C:\\raylib\\w64devkit\\bin/gcc.exe",
1818
"cStandard": "c99",
1919
"cppStandard": "c++14",
2020
"intelliSenseMode": "gcc-x64"
@@ -23,7 +23,7 @@
2323
"name": "Mac",
2424
"includePath": [
2525
"${workspaceFolder}/**",
26-
"C:\GitHub\raylib\src/**",
26+
"C:\\GitHub\\raylib\\src/**",
2727
"../../src/"
2828
],
2929
"defines": [
@@ -45,7 +45,7 @@
4545
"name": "Linux",
4646
"includePath": [
4747
"${workspaceFolder}/**",
48-
"C:\GitHub\raylib\src/**",
48+
"C:\\GitHub\\raylib\\src/**",
4949
"../../src/"
5050
],
5151
"defines": [

0 commit comments

Comments
 (0)