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 7f06bdfc..3f6f33c8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -71,6 +71,7 @@ "span": "cpp", "string_span": "cpp", "numeric": "cpp", - "pointers": "cpp" + "pointers": "cpp", + "gsl_assert": "cpp" } } |