Skip to content

Commit

Permalink
fixed VSCode launch options
Browse files Browse the repository at this point in the history
Issue imixs#179
  • Loading branch information
rsoika committed Feb 15, 2023
1 parent affe76f commit 5f528fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
"--port",
"5007"
],
"vmArgs": [
"--add-opens",
"java.base/java.util=ALL-UNNAMED",
],
"console": "internalConsole",
"internalConsoleOptions": "openOnSessionStart"
}
Expand Down

0 comments on commit 5f528fe

Please sign in to comment.