feat(code-server): always install extensions

pull/252/head
Michael Brewer 1 year ago
parent 22e112db37
commit 3df1906aaf
No known key found for this signature in database
GPG Key ID: D7A137BA1254AFC7

@ -29,6 +29,8 @@ fi
if [ -f "$CODE_SERVER" ]; then
if [ "${USE_CACHED}" = true ] && [ -n "${EXTENSIONS_DIR}" ] && [ ! -d "${EXTENSIONS_DIR}" ]; then
echo "No extensions have been installed yet..."
elif [ "${USE_CACHED}" = true ] && [ -z "${EXTENSIONS_DIR}" ]; then
echo "Checking if extensions needs to be installed..."
elif [ "${OFFLINE}" = true ] || [ "${USE_CACHED}" = true ]; then
echo "🥳 Found a copy of code-server"
run_code_server

Loading…
Cancel
Save