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 de681b7 commit a3d2c7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,6 @@
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}\\dev\\",
"${workspaceFolder}\\lwesp\\src\\include\\",
"${workspaceFolder}\\lwesp\\src\\include\\system\\port\\win32",
"${workspaceFolder}\\snippets\\include",
"${workspaceFolder}\\..\\lwmem\\lwmem\\src\\include",
"${workspaceFolder}\\"
],
"defines": [
"WIN32",
"_DEBUG",
"UNICODE",
"_UNICODE",
"LWESP_DEV"
],
"compilerPath": "c:\\msys64\\mingw64\\bin\\gcc.exe",
"cStandard": "gnu17",
"cppStandard": "gnu++14",
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
"windows.h": "c",
"mqtt_client_api.h": "c",
"lwesp_cayenne_evt.h": "c"
}
},
"restructuredtext.confPath": "c:\\Users\\majerlet\\Github\\lwdtc\\docs"
}

0 comments on commit a3d2c7d

Please sign in to comment.