summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-09-18 15:37:48 (GMT)
committerJean-François Milants <jf@codingfield.com>2021-09-18 15:37:48 (GMT)
commit5855906e49ce8bc4042e93817c6aba3a70fab089 (patch)
treed37d9c33b6233972596218cd4dc080d0d10a06c3 /.vscode
parent7af7db74cde6e8ab23e2e261049cf14396e1e682 (diff)
parentf556003de39f88323434644ccf910f9863d854b9 (diff)
Merge branch 'geekbozu-PersistantStorage' into develop
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json52
1 files changed, 51 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 8f0e63f..f1cc3a8 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -5,5 +5,55 @@
"-DNRF5_SDK_PATH=${env:NRF5_SDK_PATH}",
],
"cmake.generator": "Unix Makefiles",
- "clang-tidy.buildPath": "build/compile_commands.json"
+ "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"
+ }
}