aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-06 12:55:10 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-06 12:55:10 +0200
commitb649adda67ed52c2e3bdcd5aa2cb4b9b0954cf16 (patch)
treee8be67b24a30c4321c6bbf458cf0f128c207f187 /.vscode
parent765550bce8a81c6f0c79c0083b14ef68e0c900b2 (diff)
parentf8b2f9f3a2557313d37d53042dd36f0063f2ee61 (diff)
merge master into loek/scripts
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json59
1 files changed, 1 insertions, 58 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 27ae565..af4ae4e 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,63 +1,6 @@
{
"cmake.sourceDirectory": "${workspaceFolder}/src",
"files.associations": {
- "any": "cpp",
- "array": "cpp",
- "atomic": "cpp",
- "bit": "cpp",
- "*.tcc": "cpp",
- "cctype": "cpp",
- "charconv": "cpp",
- "clocale": "cpp",
- "cmath": "cpp",
- "compare": "cpp",
- "concepts": "cpp",
- "cstdarg": "cpp",
- "cstddef": "cpp",
- "cstdint": "cpp",
- "cstdio": "cpp",
- "cstdlib": "cpp",
- "ctime": "cpp",
- "cwchar": "cpp",
- "cwctype": "cpp",
- "deque": "cpp",
- "string": "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",
- "string_view": "cpp",
- "system_error": "cpp",
- "tuple": "cpp",
- "type_traits": "cpp",
- "utility": "cpp",
- "format": "cpp",
- "initializer_list": "cpp",
- "iosfwd": "cpp",
- "iostream": "cpp",
- "istream": "cpp",
- "limits": "cpp",
- "new": "cpp",
- "numbers": "cpp",
- "ostream": "cpp",
- "span": "cpp",
- "stdexcept": "cpp",
- "streambuf": "cpp",
- "text_encoding": "cpp",
- "cinttypes": "cpp",
- "typeindex": "cpp",
- "typeinfo": "cpp",
- "variant": "cpp",
- "chrono": "cpp",
- "ratio": "cpp",
- "iomanip": "cpp",
- "sstream": "cpp"
+ "*.tcc": "cpp"
}
}