diff --git a/.vscode/settings.json b/.vscode/settings.json index 5af716e..9ebde97 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,6 +10,9 @@ "files.associations": { "*.cps": "javascript", "*.config": "cpp", - "compare": "cpp" + "compare": "cpp", + "*.tcc": "cpp", + "deque": "cpp", + "vector": "cpp" } } \ No newline at end of file