We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8950cc2 commit ff12237Copy full SHA for ff12237
.vscode/c_cpp_properties.json
@@ -1,17 +1,15 @@
1
{
2
- "configurations": [
3
- {
4
- "name": "Linux",
5
- "includePath": [
6
- "${workspaceFolder}/**"
7
- ],
8
- "defines": [],
9
- "compilerPath": "/usr/bin/gcc",
10
- "cStandard": "gnu17",
11
- "cppStandard": "c++17",
12
- "intelliSenseMode": "linux-gcc-arm",
13
- "compileCommands": "${workspaceFolder}/app/build/compile_commands.json"
14
- }
15
16
- "version": 4
+ "configurations": [
+ {
+ "name": "Linux",
+ "includePath": ["${workspaceFolder}/**"],
+ "defines": [],
+ "compilerPath": "/usr/bin/gcc",
+ "cStandard": "gnu17",
+ "cppStandard": "c++17",
+ "intelliSenseMode": "linux-gcc-arm",
+ "compileCommands": "${workspaceFolder}/app/build/compile_commands.json"
+ }
+ ],
+ "version": 4
17
}
0 commit comments