All checks were successful
Build ptprnt / build (push) Successful in 2m59s
Reviewed-on: #21
16 lines
261 B
JSON
16 lines
261 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"compilerPath": "/usr/bin/clang",
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++20",
|
|
"browse": {
|
|
"path": [
|
|
"${workspaceFolder}"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"version": 4
|
|
} |