Skip to content

Commit

Permalink
Update vscode c_cpp_properties.json to use cmake as provider
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Apr 13, 2022
1 parent 9ad4110 commit 8d7295c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}\\dev\\",
"${workspaceFolder}\\lwprintf\\src\\include\\"
],
"defines": [
"WIN32",
"_DEBUG",
"UNICODE",
"_UNICODE",
"LWPRINTF_DEV"
],
"compilerPath": "c:\\msys64\\mingw64\\bin\\gcc.exe",
"cStandard": "gnu17",
"cppStandard": "gnu++14",
Expand Down

0 comments on commit 8d7295c

Please sign in to comment.