diff --git a/code.sh b/code.sh index 41f9a63..6e4b261 100755 --- a/code.sh +++ b/code.sh @@ -25,5 +25,9 @@ if [[ -d /usr/lib/sdk/openjdk8 ]]; then . /usr/lib/sdk/openjdk8/enable.sh fi +if [[ -d /usr/lib/sdk/mono5 ]]; then + . /usr/lib/sdk/mono5/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}