From 9f5317f299af196277a05ed051882e047ed29d09 Mon Sep 17 00:00:00 2001 From: Francois Best Date: Fri, 6 Aug 2021 09:35:46 +0200 Subject: [PATCH] chore: Config --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 007ba05..fc1d210 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,6 +8,7 @@ "string": "cpp", "string_view": "cpp", "vector": "cpp", - "istream": "cpp" + "istream": "cpp", + "system_error": "cpp" } } \ No newline at end of file