We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6067463 commit 267eeebCopy full SHA for 267eeeb
src/code-server/install.sh
@@ -23,7 +23,6 @@ if [[ -n $WORKSPACE ]]; then
23
CODE_SERVER_WORKSPACE="$WORKSPACE"
24
fi
25
26
-# Build disable flags based on boolean options
27
DISABLE_FLAGS=""
28
29
if [[ "$DISABLEFILEDOWNLOADS" == "true" ]]; then
0 commit comments