diff options
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 2b5cd528..7dd396d8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -57,6 +57,12 @@ "condition_variable": "cpp", "mutex": "cpp", "shared_mutex": "cpp", - "thread": "cpp" + "thread": "cpp", + "bitset": "cpp", + "iomanip": "cpp", + "set": "cpp", + "sstream": "cpp", + "xlocmon": "cpp", + "xloctime": "cpp" } } |