diff options
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index af4ae4e..9a9b1ea 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,4 @@ { "cmake.sourceDirectory": "${workspaceFolder}/src", - "files.associations": { - "*.tcc": "cpp" - } + "C_Cpp.autoAddFileAssociations": false } |