diff options
author | crupest <crupest@outlook.com> | 2020-04-11 00:01:51 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-04-11 00:01:51 +0800 |
commit | 23ef59b6aa14874e3b68c8716c137eb65583cd63 (patch) | |
tree | 3f15dbfe3115b03a19a49abb7fcbc27d9c440769 /.vscode | |
parent | 41e17e281ba31e9eff612017f5a2dafd847278b0 (diff) | |
download | cru-23ef59b6aa14874e3b68c8716c137eb65583cd63.tar.gz cru-23ef59b6aa14874e3b68c8716c137eb65583cd63.tar.bz2 cru-23ef59b6aa14874e3b68c8716c137eb65583cd63.zip |
...
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 9b38e418..7f06bdfc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -69,6 +69,8 @@ "gsl_util": "cpp", "multi_span": "cpp", "span": "cpp", - "string_span": "cpp" + "string_span": "cpp", + "numeric": "cpp", + "pointers": "cpp" } } |