Compare commits
1 Commits
f4848966ee
...
cc0987199a
Author | SHA1 | Date |
---|---|---|
brnrs | cc0987199a | 5 years ago |
@ -0,0 +1,16 @@ |
|||||||
|
{ |
||||||
|
"configurations": [ |
||||||
|
{ |
||||||
|
"name": "Linux", |
||||||
|
"includePath": [ |
||||||
|
"${workspaceFolder}/**" |
||||||
|
], |
||||||
|
"defines": [], |
||||||
|
"compilerPath": "/usr/bin/clang", |
||||||
|
"cStandard": "c11", |
||||||
|
"cppStandard": "c++17", |
||||||
|
"intelliSenseMode": "clang-x64" |
||||||
|
} |
||||||
|
], |
||||||
|
"version": 4 |
||||||
|
} |
Loading…
Reference in new issue