diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..22da32b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,15 @@ +{ + "files.associations": { + "*.tcc": "cpp", + "deque": "cpp", + "string": "cpp", + "unordered_map": "cpp", + "unordered_set": "cpp", + "vector": "cpp", + "fstream": "cpp", + "iomanip": "cpp", + "limits": "cpp", + "sstream": "cpp", + "system_error": "cpp" + } +} \ No newline at end of file