diff options
author | Matthew Strapp <mstrapp@protonmail.com> | 2019-09-29 21:47:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-29 21:47:21 -0500 |
commit | f9b867842bd3cb9d9c854f2dfc9619908ea4b9ea (patch) | |
tree | f5f435d232df1bf2925906b6a1445773fb32cc81 /.vscode/c_cpp_properties.json | |
parent | Make code look less bad (diff) | |
download | homework-f9b867842bd3cb9d9c854f2dfc9619908ea4b9ea.tar homework-f9b867842bd3cb9d9c854f2dfc9619908ea4b9ea.tar.gz homework-f9b867842bd3cb9d9c854f2dfc9619908ea4b9ea.tar.bz2 homework-f9b867842bd3cb9d9c854f2dfc9619908ea4b9ea.tar.lz homework-f9b867842bd3cb9d9c854f2dfc9619908ea4b9ea.tar.xz homework-f9b867842bd3cb9d9c854f2dfc9619908ea4b9ea.tar.zst homework-f9b867842bd3cb9d9c854f2dfc9619908ea4b9ea.zip |
Update c_cpp_properties.json
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r-- | .vscode/c_cpp_properties.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 18e0c6e..b7a0988 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -1,7 +1,7 @@ { "configurations": [ { - "name": "WSL", + "name": "Linux", "intelliSenseMode": "gcc-x64", "compilerPath": "/usr/bin/g++", "includePath": [ @@ -13,4 +13,4 @@ } ], "version": 4 -}
\ No newline at end of file +} |