Skip to content

Commit

Permalink
fixed debug launch options
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Mar 11, 2024
1 parent 0b0709c commit 3311364
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"configurations": [
{
"type": "java",
"name": "Debug Imixs-Office-Workflow",
"name": "Debug Imixs-Office-Workflow util",
"request": "attach",
"hostName": "localhost",
"port": "8787",
"projectName": "imixs-office-workflow"
"projectName": "imixs-office-workflow-util"
}
]
}
]
}

0 comments on commit 3311364

Please sign in to comment.