Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
using settings property to set java home to local container path
Browse files Browse the repository at this point in the history
  • Loading branch information
Dehru Cromer committed Aug 28, 2019
1 parent 8b5e96c commit 4abc45c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion containers/sfdx-project/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"redhat.vscode-xml",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
],
"settings": {
"salesforcedx-vscode-apex.java.home": "/usr/lib/jvm/java-11-openjdk-amd64"
}
}

0 comments on commit 4abc45c

Please sign in to comment.