Skip to content

Commit

Permalink
Merge pull request #198 from katuchann478/master
Browse files Browse the repository at this point in the history
Create c_cpp_properties.json
  • Loading branch information
benbaker76 committed Jun 30, 2023
2 parents 34f19c8 + e916003 commit f5856ce
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"configurations": [
{
"name": "Mac",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"macFrameworkPath": [
"/System/Library/Frameworks",
"/Library/Frameworks"
],
"cStandard": "c17",
"cppStandard": "c++98",
"intelliSenseMode": "macos-clang-x64"
}
],
"version": 4
}

0 comments on commit f5856ce

Please sign in to comment.