From 6a7508483b6c218d19ee9072592579dd02900f23 Mon Sep 17 00:00:00 2001 From: Ren Baoshuo Date: Tue, 4 Aug 2020 01:12:02 +0800 Subject: [PATCH] [Add] VSCode --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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