Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-lmu committed Dec 18, 2023
1 parent a8d1d81 commit 0c92383
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
"IVY_ENGINE_DOWNLOAD_URL": "https://dev.axonivy.com/permalink/dev/axonivy-engine.zip"
}
},
"postStartCommand": "/usr/lib/axonivy-engine/bin/AxonIvyEngine",
"forwardPorts": [8080],
"features": {
"ghcr.io/devcontainers/features/java:1": {
"version": "17",
Expand All @@ -18,7 +16,7 @@
"vscode": {
"extensions": ["axon-ivy.designer-11"],
"settings": {
"engine.runByExtension": false,
"engine.runByExtension": true,
"engine.directory": "/usr/lib/axonivy-engine"
}
}
Expand Down

0 comments on commit 0c92383

Please sign in to comment.