aboutsummaryrefslogtreecommitdiff
path: root/.vscode
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 /.vscode
parent7d8af5f56f9359fff792470fbb55154268b36458 (diff)
disable C/C++ autoAddFileAssociations in vscode settings.json
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json69
1 files changed, 1 insertions, 68 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 1ea4738..9a9b1ea 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,71 +1,4 @@
{
"cmake.sourceDirectory": "${workspaceFolder}/src",
- "files.associations": {
- "functional": "cpp",
- "array": "cpp",
- "atomic": "cpp",
- "bit": "cpp",
- "*.tcc": "cpp",
- "cctype": "cpp",
- "charconv": "cpp",
- "chrono": "cpp",
- "clocale": "cpp",
- "cmath": "cpp",
- "compare": "cpp",
- "concepts": "cpp",
- "cstdarg": "cpp",
- "cstddef": "cpp",
- "cstdint": "cpp",
- "cstdio": "cpp",
- "cstdlib": "cpp",
- "cstring": "cpp",
- "ctime": "cpp",
- "cwchar": "cpp",
- "cwctype": "cpp",
- "deque": "cpp",
- "list": "cpp",
- "map": "cpp",
- "string": "cpp",
- "unordered_map": "cpp",
- "vector": "cpp",
- "exception": "cpp",
- "algorithm": "cpp",
- "iterator": "cpp",
- "memory": "cpp",
- "memory_resource": "cpp",
- "numeric": "cpp",
- "optional": "cpp",
- "random": "cpp",
- "ratio": "cpp",
- "string_view": "cpp",
- "system_error": "cpp",
- "tuple": "cpp",
- "type_traits": "cpp",
- "utility": "cpp",
- "format": "cpp",
- "initializer_list": "cpp",
- "iomanip": "cpp",
- "iosfwd": "cpp",
- "iostream": "cpp",
- "istream": "cpp",
- "limits": "cpp",
- "new": "cpp",
- "numbers": "cpp",
- "ostream": "cpp",
- "semaphore": "cpp",
- "span": "cpp",
- "sstream": "cpp",
- "stdexcept": "cpp",
- "stop_token": "cpp",
- "streambuf": "cpp",
- "thread": "cpp",
- "cinttypes": "cpp",
- "typeinfo": "cpp",
- "valarray": "cpp",
- "variant": "cpp",
- "forward_list": "cpp",
- "codecvt": "cpp",
- "fstream": "cpp",
- "typeindex": "cpp"
- }
+ "C_Cpp.autoAddFileAssociations": false
}