diff options
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 1f97dbb1..c7947909 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -64,6 +64,7 @@ "sstream": "cpp", "xlocmon": "cpp", "xloctime": "cpp", - "string_view": "cpp" + "string_view": "cpp", + "cassert": "cpp" } } |