
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 48s
Build-Test-Publish / build (linux/arm64) (push) Successful in 57s
Build-Test-Publish / test-install-from-scratch (linux/amd64) (push) Successful in 8s
Build-Test-Publish / test-install-from-scratch (linux/arm64) (push) Successful in 8s
17 lines
423 B
JSON
17 lines
423 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
"compilerPath": "/usr/bin/g++",
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++23",
|
|
"includePath": [
|
|
"${workspaceFolder}/getpkg/src",
|
|
"${workspaceFolder}/getpkg/src/autogen",
|
|
"${workspaceFolder}/getpkg/src/common"
|
|
]
|
|
}
|
|
],
|
|
"version": 4
|
|
} |