From 9370f8b7bbfe59b67931cfc8f9927c767da4e3b7 Mon Sep 17 00:00:00 2001 From: "re.kovalev" Date: Fri, 25 Feb 2022 22:19:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=BE=D1=87=D0=B5=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0e1b4a0..3513148 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -41,6 +41,10 @@ "stdexcept": "cpp", "streambuf": "cpp", "typeinfo": "cpp", - "cstring": "cpp" + "cstring": "cpp", + "list": "cpp", + "unordered_set": "cpp", + "map": "cpp", + "set": "cpp" } } \ No newline at end of file