Skip to content

Commit

Permalink
Update C/C++ properties
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Aug 17, 2022
1 parent 7a537c6 commit 636396c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
"version": 4,
"configurations": [
{
/*
* Full configuration is provided by CMake plugin for vscode,
* that shall be installed by user
*/
"name": "Win32",
"compilerPath": "c:\\msys64\\mingw64\\bin\\gcc.exe",
"cStandard": "gnu17",
"cppStandard": "gnu++14",
"intelliSenseMode": "windows-gcc-x86",
"intelliSenseMode": "${default}",
"configurationProvider": "ms-vscode.cmake-tools"
}
]
Expand Down

0 comments on commit 636396c

Please sign in to comment.