diff options
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 05b11756..f1cc3a81 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,22 +1,26 @@ { + "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools", + "cmake.configureArgs": [ + "-DARM_NONE_EABI_TOOLCHAIN_PATH=${env:ARM_NONE_EABI_TOOLCHAIN_PATH}", + "-DNRF5_SDK_PATH=${env:NRF5_SDK_PATH}", + ], + "cmake.generator": "Unix Makefiles", + "clang-tidy.buildPath": "build/compile_commands.json", "files.associations": { - "chrono": "cpp", - "list": "cpp", "array": "cpp", "atomic": "cpp", "bit": "cpp", "*.tcc": "cpp", + "bitset": "cpp", "cctype": "cpp", - "charconv": "cpp", + "chrono": "cpp", "clocale": "cpp", "cmath": "cpp", - "condition_variable": "cpp", "cstdarg": "cpp", "cstddef": "cpp", "cstdint": "cpp", "cstdio": "cpp", "cstdlib": "cpp", - "cstring": "cpp", "ctime": "cpp", "cwchar": "cpp", "cwctype": "cpp", @@ -29,7 +33,6 @@ "iterator": "cpp", "memory": "cpp", "memory_resource": "cpp", - "netfwd": "cpp", "numeric": "cpp", "optional": "cpp", "random": "cpp", @@ -43,17 +46,14 @@ "fstream": "cpp", "initializer_list": "cpp", "iosfwd": "cpp", - "iostream": "cpp", "istream": "cpp", "limits": "cpp", - "mutex": "cpp", "new": "cpp", "ostream": "cpp", "sstream": "cpp", "stdexcept": "cpp", "streambuf": "cpp", - "thread": "cpp", "cinttypes": "cpp", "typeinfo": "cpp" } -}
\ No newline at end of file +} |
