mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
To compile for linux
This commit is contained in:
parent
ffeda8c9b6
commit
87cd59693e
3 changed files with 7 additions and 2 deletions
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
|
|
@ -1,7 +1,11 @@
|
|||
{
|
||||
"files.associations": {
|
||||
"regex": "cpp",
|
||||
"*.pngc": "cpp"
|
||||
"*.pngc": "cpp",
|
||||
"*.inc": "c",
|
||||
"vector": "cpp",
|
||||
"string.h": "c",
|
||||
"libpq-fe.h": "c"
|
||||
},
|
||||
"cmake.configureArgs": [
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue