Skip to content
Snippets Groups Projects
Commit 297108f8 authored by Raul Radu's avatar Raul Radu Committed by Davide Mor
Browse files

[Code] Fixed IntellisenseErrors on windows

parent f69cd0e2
No related branches found
No related tags found
1 merge request!27[Themes] Implemented whitemode and theming
...@@ -11,6 +11,30 @@ ...@@ -11,6 +11,30 @@
"cStandard": "gnu17", "cStandard": "gnu17",
"cppStandard": "gnu++17", "cppStandard": "gnu++17",
"intelliSenseMode": "gcc-x64" "intelliSenseMode": "gcc-x64"
},
{
"name": "Windows",
"includePath": [
"${workspaceFolder}/src/shared",
"${workspaceFolder}/libs/mavlink-skyward-lib",
"${QTDIR}/include/**",
"${workspaceFolder}/libs/backward-cpp"
],
"macFrameworkPath": [],
"windowsSdkVersion": "10.0.19041.0",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-msvc-x86",
"mergeConfigurations": false,
"browse": {
"path": [
"${workspaceFolder}/src/shared",
"${workspaceFolder}/libs/mavlink-skyward-lib",
"${QTDIR}/include/**",
"${workspaceFolder}"
],
"limitSymbolsToIncludedHeaders": true
}
} }
], ],
"version": 4 "version": 4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment