summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Keller <geekboy1011@gmail.com>2021-08-08 22:51:31 +0000
committerTim Keller <geekboy1011@gmail.com>2021-08-08 22:51:31 +0000
commitd2dc719b318a256d3d6f2fea3bdcf30c5eb40969 (patch)
treebf41d83a6b08ad93059105079bfec057c6e45a16
parent7f2ee62aedd359d34af6569bc691e216a49a7f5d (diff)
Fix intellisense
-rw-r--r--.vscode/c_cpp_properties.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index f5c74b3a..f8da48d5 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -12,7 +12,7 @@
"cStandard": "c11",
"cppStandard": "c++14",
"intelliSenseMode": "linux-gcc-arm",
- "configurationProvider": "ms-vscode.cmake-tools",
+ "configurationProvider": "ms-vscode.cpp-tools",
"compileCommands": "${workspaceFolder}/build/compile_commands.json"
}
],