Skip to content

Commit

Permalink
Update c_cpp_properties.json
Browse files Browse the repository at this point in the history
remove clang env. simplify
  • Loading branch information
makeJAM authored Apr 8, 2019
1 parent d446234 commit da5956e
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,7 @@
"browse": {},
"defines": [],
"cStandard": "c11"
},
{
"name": "clang",
"intelliSenseMode": "clang-x64",
"compilerPath": "C:\\Program Files\\LLVM\\bin\\clang.exe",
"includePath": [
"${workspaceFolder}"
],
"browse": {"path":["C:\\Program Files\\LLVM\\bin\\"]},
"cStandard": "c11"
}

],
"version": 4
}
}

0 comments on commit da5956e

Please sign in to comment.