Skip to content

Commit

Permalink
VSCode config file update
Browse files Browse the repository at this point in the history
  • Loading branch information
gquerret committed Oct 28, 2024
1 parent 72a0293 commit 4708273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openedge-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"numThreads": 1,
"dbConnections": [
{ "name": "empty", "connect": "-db target/db/empty12 -ld empty -RO", "dumpFile": "empty.df", "aliases": [ "empty2" ] }
{ "name": "empty", "connect": "-db target/db/empty12 -ld empty -RO", "schemaFile": "empty.df", "aliases": [ "empty2" ] }
],
"profiles": [
{
Expand All @@ -32,7 +32,7 @@
}
],
"dbConnections": [
{ "name": "empty", "connect": "-db target/db/empty11 -ld empty -RO", "dumpFile": "empty.df", "aliases": [ "empty2" ] }
{ "name": "empty", "connect": "-db target/db/empty11 -ld empty -RO", "schemaFile": "empty.df", "aliases": [ "empty2" ] }
]
}
}
Expand Down

0 comments on commit 4708273

Please sign in to comment.