diff --git a/code-server/run.sh b/code-server/run.sh index 8e068b8..9af391e 100755 --- a/code-server/run.sh +++ b/code-server/run.sh @@ -10,6 +10,7 @@ CODE_SERVER="${INSTALL_PREFIX}/bin/code-server" EXTENSION_ARG="" if [ -n "${EXTENSIONS_DIR}" ]; then EXTENSION_ARG="--extensions-dir=${EXTENSIONS_DIR}" + mkdir -p "${EXTENSIONS_DIR}" fi function run_code_server() {