diff --git a/vs_code/c_cpp_properties.json b/vs_code/c_cpp_properties.json index 13ff85a..1df3aba 100644 --- a/vs_code/c_cpp_properties.json +++ b/vs_code/c_cpp_properties.json @@ -1,18 +1,22 @@ { - "configurations": [ - { - "name": "Win32", - "includePath": [ - "${workspaceFolder}/**", - "C:/msys64/mingw64/include", - "C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.8/include" - ], - "defines": [], - "compilerPath": "C:/msys64/mingw64/bin/g++.exe", - "cStandard": "c17", - "cppStandard": "c++17", - "intelliSenseMode": "windows-gcc-x64" - } - ], - "version": 4 -} \ No newline at end of file + "configurations": + [ + { + "name": "Win32", + "includePath": + [ + "${workspaceFolder}/**", + "C:/msys64/mingw64/include", + "C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.8/include" + ], + "defines": + [ + ], + "compilerPath": "C:/msys64/mingw64/bin/g++.exe", + "cStandard": "c17", + "cppStandard": "c++17", + "intelliSenseMode": "windows-gcc-x64" + } + ], + "version": 4 +}