Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 4c45d69

Browse files
fix(code-server): handle when the extension folder does not exist yet (#278)
1 parent 310d026 commit 4c45d69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code-server/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ CODE_SERVER="${INSTALL_PREFIX}/bin/code-server"
1010
EXTENSION_ARG=""
1111
if [ -n "${EXTENSIONS_DIR}" ]; then
1212
EXTENSION_ARG="--extensions-dir=${EXTENSIONS_DIR}"
13+
mkdir -p "${EXTENSIONS_DIR}"
1314
fi
1415

1516
function run_code_server() {

0 commit comments

Comments
 (0)