diff options
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 3f6f33c8..0c147ac6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -72,6 +72,10 @@ "string_span": "cpp", "numeric": "cpp", "pointers": "cpp", - "gsl_assert": "cpp" + "gsl_assert": "cpp", + "cstdarg": "cpp", + "locale": "cpp", + "xlocbuf": "cpp", + "xlocmes": "cpp" } } |