mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
fix 2
This commit is contained in:
parent
e7944c9789
commit
d2d95a2a43
29 changed files with 225 additions and 158 deletions
8
.vscode/c_cpp_properties.json
vendored
8
.vscode/c_cpp_properties.json
vendored
|
|
@ -7,11 +7,11 @@
|
|||
"${workspaceFolder}",
|
||||
"/usr/include/libxml2",
|
||||
"/usr/include/pgsql/server",
|
||||
"/usr/include/wx-3.1"
|
||||
"/usr/local/include/wx-3.1"
|
||||
],
|
||||
"defines": [],
|
||||
"compilerPath": "/usr/bin/gcc",
|
||||
"cStandard": "gnu17",
|
||||
"defines": ["__cplusplus"],
|
||||
"compilerPath": "/usr/bin/g++",
|
||||
"cStandard": "c99",
|
||||
"cppStandard": "c++17",
|
||||
"intelliSenseMode": "linux-gcc-x64",
|
||||
"configurationProvider": "ms-vscode.cmake-tools"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue