aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorMatthew Strapp <mstrapp@protonmail.com>2019-09-29 21:47:21 -0500
committerGitHub <noreply@github.com>2019-09-29 21:47:21 -0500
commitf9b867842bd3cb9d9c854f2dfc9619908ea4b9ea (patch)
treef5f435d232df1bf2925906b6a1445773fb32cc81 /.vscode
parentMake code look less bad (diff)
downloadhomework-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')
-rw-r--r--.vscode/c_cpp_properties.json4
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
+}