2021-02-24 19:40:24 +00:00
|
|
|
{
|
2021-07-25 20:12:34 +00:00
|
|
|
"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}",
|
|
|
|
],
|
2021-08-09 00:16:17 +00:00
|
|
|
"cmake.generator": "Unix Makefiles",
|
2021-08-19 00:51:42 +00:00
|
|
|
"clang-tidy.buildPath": "build/compile_commands.json",
|
|
|
|
"files.associations": {
|
|
|
|
"array": "cpp",
|
|
|
|
"atomic": "cpp",
|
|
|
|
"bit": "cpp",
|
|
|
|
"*.tcc": "cpp",
|
|
|
|
"bitset": "cpp",
|
|
|
|
"cctype": "cpp",
|
|
|
|
"chrono": "cpp",
|
|
|
|
"clocale": "cpp",
|
|
|
|
"cmath": "cpp",
|
|
|
|
"cstdarg": "cpp",
|
|
|
|
"cstddef": "cpp",
|
|
|
|
"cstdint": "cpp",
|
|
|
|
"cstdio": "cpp",
|
|
|
|
"cstdlib": "cpp",
|
|
|
|
"ctime": "cpp",
|
|
|
|
"cwchar": "cpp",
|
|
|
|
"cwctype": "cpp",
|
|
|
|
"deque": "cpp",
|
|
|
|
"unordered_map": "cpp",
|
|
|
|
"vector": "cpp",
|
|
|
|
"exception": "cpp",
|
|
|
|
"algorithm": "cpp",
|
|
|
|
"functional": "cpp",
|
|
|
|
"iterator": "cpp",
|
|
|
|
"memory": "cpp",
|
|
|
|
"memory_resource": "cpp",
|
|
|
|
"numeric": "cpp",
|
|
|
|
"optional": "cpp",
|
|
|
|
"random": "cpp",
|
|
|
|
"ratio": "cpp",
|
|
|
|
"string": "cpp",
|
|
|
|
"string_view": "cpp",
|
|
|
|
"system_error": "cpp",
|
|
|
|
"tuple": "cpp",
|
|
|
|
"type_traits": "cpp",
|
|
|
|
"utility": "cpp",
|
|
|
|
"fstream": "cpp",
|
|
|
|
"initializer_list": "cpp",
|
|
|
|
"iosfwd": "cpp",
|
|
|
|
"istream": "cpp",
|
|
|
|
"limits": "cpp",
|
|
|
|
"new": "cpp",
|
|
|
|
"ostream": "cpp",
|
|
|
|
"sstream": "cpp",
|
|
|
|
"stdexcept": "cpp",
|
|
|
|
"streambuf": "cpp",
|
|
|
|
"cinttypes": "cpp",
|
|
|
|
"typeinfo": "cpp"
|
|
|
|
}
|
2021-07-25 20:12:34 +00:00
|
|
|
}
|