Skip to content

Commit d2dc719

Browse files
committed
Fix intellisense
1 parent 7f2ee62 commit d2dc719

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vscode/c_cpp_properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"cStandard": "c11",
1313
"cppStandard": "c++14",
1414
"intelliSenseMode": "linux-gcc-arm",
15-
"configurationProvider": "ms-vscode.cmake-tools",
15+
"configurationProvider": "ms-vscode.cpp-tools",
1616
"compileCommands": "${workspaceFolder}/build/compile_commands.json"
1717
}
1818
],

0 commit comments

Comments
 (0)