diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-25 21:26:41 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-25 21:26:41 +0200 |
commit | 2d67cf09b80297d13f642afd7db13dba53ca2b9b (patch) | |
tree | 0c54530888e8b3b8bcf1b0023bb5561e5f5f3e15 /mwe/.vscode/settings.json | |
parent | 7d8af5f56f9359fff792470fbb55154268b36458 (diff) |
disable C/C++ autoAddFileAssociations in vscode settings.json
Diffstat (limited to 'mwe/.vscode/settings.json')
-rw-r--r-- | mwe/.vscode/settings.json | 11 |
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" - } -} |