diff --git a/.vscode/settings.json b/.vscode/settings.json index 0cba2e68..9d7dacf0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,9 @@ { "files.associations": { - "iostream": "cpp" + "iostream": "cpp", + "chrono": "cpp", + "random": "cpp", + "limits": "cpp", + "valarray": "cpp" } } \ No newline at end of file