From adb3f5da0a407bb6bc0c413e689a56bd9cd55583 Mon Sep 17 00:00:00 2001 From: John Jelinek IV Date: Fri, 6 Sep 2019 07:49:08 -0500 Subject: [PATCH] Add OpenJDK8 SDK --- code.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code.sh b/code.sh index e8ca4f9..41f9a63 100755 --- a/code.sh +++ b/code.sh @@ -21,5 +21,9 @@ if [[ -d /usr/lib/sdk/php73 ]]; then . /usr/lib/sdk/php73/enable.sh fi +if [[ -d /usr/lib/sdk/openjdk8 ]]; then + . /usr/lib/sdk/openjdk8/enable.sh +fi + exec env PATH="${PATH}:${XDG_DATA_HOME}/node_modules/bin" \ /app/extra/vscode/bin/code --extensions-dir=${XDG_DATA_HOME}/vscode/extensions "$@" ${WARNING_FILE}