diff --git a/code.sh b/code.sh index 3d5e534..d2276d1 100755 --- a/code.sh +++ b/code.sh @@ -1,6 +1,7 @@ #!/bin/bash set -e +shopt -s nullglob FIRST_RUN="${XDG_CONFIG_HOME}/flatpak-vscode-first-run" @@ -13,6 +14,30 @@ if [ ! -f ${FIRST_RUN} ]; then touch ${FIRST_RUN} fi +PYTHON_SITEDIR=$(python3 <