diff options
author | RossTheRoss <mstrapp@protonmail.com> | 2020-11-16 08:17:53 -0600 |
---|---|---|
committer | RossTheRoss <mstrapp@protonmail.com> | 2020-11-16 08:17:53 -0600 |
commit | 3be21f6dbdd7ce02973ee7783018175512b34cf0 (patch) | |
tree | fb58fb1142b234ea03738832771d80f51244a011 /.vscode/c_cpp_properties.json | |
parent | help (diff) | |
download | homework-3be21f6dbdd7ce02973ee7783018175512b34cf0.tar homework-3be21f6dbdd7ce02973ee7783018175512b34cf0.tar.gz homework-3be21f6dbdd7ce02973ee7783018175512b34cf0.tar.bz2 homework-3be21f6dbdd7ce02973ee7783018175512b34cf0.tar.lz homework-3be21f6dbdd7ce02973ee7783018175512b34cf0.tar.xz homework-3be21f6dbdd7ce02973ee7783018175512b34cf0.tar.zst homework-3be21f6dbdd7ce02973ee7783018175512b34cf0.zip |
fix ,
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r-- | .vscode/c_cpp_properties.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index fb33847..98d32a5 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -8,7 +8,7 @@ "/usr/include/**", "${workspaceFolder}/**" ], - "defines": [], + "defines": [] } ], "version": 4 |