repo.or.cz
/
link.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Meta: Update contributing doc location in README
[link.git]
/
.vscode
/
c_cpp_properties.json
blob
d67f058c1d72b6c354af91a80bc9a5a098f0144e
1
{
2
"configurations": [
3
{
4
"name": "Mac",
5
"includePath": [
6
"${workspaceFolder}/**"
7
],
8
"defines": [],
9
"macFrameworkPath": [
10
"/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks"
11
],
12
"compilerPath": "/usr/local/opt/llvm/bin/clang",
13
"configurationProvider": "ms-vscode.cmake-tools"
14
}
15
],
16
"version": 4
17
}