mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:03:03 +01:00
19 lines
417 B
JSON
19 lines
417 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [
|
|
"DEV_BUILD"
|
|
],
|
|
"compilerPath": "/usr/bin/clang",
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "linux-clang-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|