diff --git a/.vscode/settings.json b/.vscode/settings.json index 9f66321..fe67015 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -43,6 +43,8 @@ "streambuf": "cpp", "cinttypes": "cpp", "utility": "cpp", - "typeinfo": "cpp" + "typeinfo": "cpp", + "bitset": "cpp", + "regex": "cpp" } -} \ No newline at end of file +}