From 8a07554c1d5cfb82be430fd597ef27bd87d56336 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 2 May 2018 22:32:02 -0500 Subject: [PATCH] [nostalgia] Update vscode settings --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b1d67101..25af5694 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,7 +11,9 @@ "__string": "cpp", "algorithm": "cpp", "string": "cpp", - "string_view": "cpp" + "string_view": "cpp", + "iterator": "cpp", + "vector": "cpp" }, "editor.insertSpaces": false, "editor.tabSize": 3,