aboutsummaryrefslogtreecommitdiff
path: root/mwe/.vscode/settings.json
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/.vscode/settings.json
parent7d8af5f56f9359fff792470fbb55154268b36458 (diff)
disable C/C++ autoAddFileAssociations in vscode settings.json
Diffstat (limited to 'mwe/.vscode/settings.json')
-rw-r--r--mwe/.vscode/settings.json11
1 files changed, 0 insertions, 11 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"
- }
-}