aboutsummaryrefslogtreecommitdiff
path: root/.vscode/c_cpp_properties.json
blob: 94b2ae42d56416b334f1169beaff3d4289509d0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"configurations": [
	  {
		"name": "macos-clang-x64",
		"includePath": [
		  "${workspaceFolder}/**"
		],
		"compilerPath": "/usr/bin/clang",
		"cStandard": "${default}",
		"cppStandard": "${default}",
		"intelliSenseMode": "macos-clang-x64",
		"compilerArgs": [
		  ""
		]
	  }
	],
	"version": 4
  }