Skip to content

Commit

Permalink
VSCode configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gquerret committed Mar 29, 2022
1 parent 057dd8d commit 84acbb5
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ pom.xml.asc
src/java/com/phenix/pct/PCT.properties
*.r
target/
profile.json
42 changes: 38 additions & 4 deletions openedge-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,44 @@
"graphicalMode": false,
"extraParameters": "",
"buildPath": [
{ "type": "source", "path": "src/progress" }
{
"type": "source",
"path": "src/progress",
"build": "build/build-v12",
"excludes": "Consultingwerk/**,pct/v10/**,pct/v11/**,pct/v102b/**,pct/pctOEUnitRunner.p"
}
],
"dumpFiles": [
"empty.df"
],
"dumpFiles": [ "empty.df" ],
"numThreads": 1,
"dbConnections": ["-db target/db/empty -RO"],
"aliases": ""
"dbConnections": [
"-db target/db/empty12 -ld empty -RO"
],
"aliases": "empty,dictdb2",
"profiles": [
{
"name": "v11",
"value": {
"version": "11.7",
"graphicalMode": false,
"buildPath": [
{
"type": "source",
"path": "src/progress",
"build": "build/build-v11",
"excludes": "Consultingwerk/**,pct/v10/**,pct/v12/**,pct/v102b/**,pct/pctOEUnitRunner.p"
}
],
"dumpFiles": [
"empty.df"
],
"numThreads": 1,
"dbConnections": [
"-db target/db/empty11 -ld empty -RO"
],
"aliases": "empty,dictdb2"
}
}
]
}

0 comments on commit 84acbb5

Please sign in to comment.