Skip to content

Commit

Permalink
added launch option
Browse files Browse the repository at this point in the history
Issue #21
  • Loading branch information
rsoika committed Sep 29, 2023
1 parent 53d5da7 commit 24d6c56
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
// Wildfly Debug Configuration
"configurations": [
{
"type": "java",
"name": "Debug Wildfly",
"request": "attach",
"hostName": "localhost",
"projectName": "imixs-process-manager",
"port": "8787"
}
]
}

0 comments on commit 24d6c56

Please sign in to comment.