Browse Source

Update vscode settings.

Ian Walton 3 years ago
parent
commit
abe3cfced6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .vscode/c_cpp_properties.json

+ 2 - 1
.vscode/c_cpp_properties.json

@@ -10,7 +10,8 @@
             "cStandard": "c11",
             "cppStandard": "c++14",
             "intelliSenseMode": "linux-clang-x64",
-            "compileCommands": "${workspaceFolder}/build/compile_commands.json"
+            "compileCommands": "${workspaceFolder}/build/compile_commands.json",
+            "configurationProvider": "ms-vscode.cmake-tools"
         }
     ],
     "version": 4