aboutsummaryrefslogtreecommitdiff
path: root/mwe
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-25 21:26:41 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-25 21:26:41 +0200
commit2d67cf09b80297d13f642afd7db13dba53ca2b9b (patch)
tree0c54530888e8b3b8bcf1b0023bb5561e5f5f3e15 /mwe
parent7d8af5f56f9359fff792470fbb55154268b36458 (diff)
disable C/C++ autoAddFileAssociations in vscode settings.json
Diffstat (limited to 'mwe')
-rw-r--r--mwe/.vscode/settings.json11
-rw-r--r--mwe/events/.vscode/settings.json68
2 files changed, 0 insertions, 79 deletions
diff --git a/mwe/.vscode/settings.json b/mwe/.vscode/settings.json
deleted file mode 100644
index c7913ab..0000000
--- a/mwe/.vscode/settings.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "files.associations": {
- "variant": "cpp",
- "*.tcc": "cpp",
- "string": "cpp",
- "unordered_map": "cpp",
- "string_view": "cpp",
- "ostream": "cpp",
- "iostream": "cpp"
- }
-}
diff --git a/mwe/events/.vscode/settings.json b/mwe/events/.vscode/settings.json
deleted file mode 100644
index 2b1a397..0000000
--- a/mwe/events/.vscode/settings.json
+++ /dev/null
@@ -1,68 +0,0 @@
-{
- "files.associations": {
- "iostream": "cpp",
- "array": "cpp",
- "atomic": "cpp",
- "bit": "cpp",
- "*.tcc": "cpp",
- "cctype": "cpp",
- "clocale": "cpp",
- "cmath": "cpp",
- "compare": "cpp",
- "concepts": "cpp",
- "cstdarg": "cpp",
- "cstddef": "cpp",
- "cstdint": "cpp",
- "cstdio": "cpp",
- "cstdlib": "cpp",
- "cwchar": "cpp",
- "cwctype": "cpp",
- "deque": "cpp",
- "list": "cpp",
- "map": "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",
- "initializer_list": "cpp",
- "iosfwd": "cpp",
- "istream": "cpp",
- "limits": "cpp",
- "new": "cpp",
- "numbers": "cpp",
- "ostream": "cpp",
- "sstream": "cpp",
- "stdexcept": "cpp",
- "streambuf": "cpp",
- "cinttypes": "cpp",
- "typeinfo": "cpp",
- "valarray": "cpp",
- "variant": "cpp",
- "condition_variable": "cpp",
- "ctime": "cpp",
- "forward_list": "cpp",
- "executor": "cpp",
- "io_context": "cpp",
- "netfwd": "cpp",
- "ratio": "cpp",
- "timer": "cpp",
- "future": "cpp",
- "mutex": "cpp",
- "semaphore": "cpp",
- "stop_token": "cpp",
- "thread": "cpp"
- }
-}