mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 06:05:49 -06:00
21 lines
No EOL
601 B
JSON
21 lines
No EOL
601 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"${workspaceFolder}",
|
|
"/usr/include/libxml2",
|
|
"/usr/include/pgsql",
|
|
"/usr/include/wx-3.2"
|
|
],
|
|
"defines": ["__cplusplus"],
|
|
"compilerPath": "/usr/bin/g++",
|
|
"cStandard": "c99",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
"configurationProvider": "ms-vscode.cmake-tools"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |