From 9da954960d24c1b7a4a6059ef734cf74fed7c785 Mon Sep 17 00:00:00 2001 From: eszlari Date: Tue, 2 Apr 2019 08:27:36 +0200 Subject: [PATCH] Don't enable all SDK extensions automatically --- code.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code.sh b/code.sh index 1718118..48d9869 100755 --- a/code.sh +++ b/code.sh @@ -9,9 +9,5 @@ if [ ! -f ${FIRST_RUN} ]; then touch ${FIRST_RUN} fi -for D in /usr/lib/sdk/*; do - [ -f "${D}/enable.sh" ] && . "${D}/enable.sh" -done - exec env PATH="${PATH}:${XDG_DATA_HOME}/node_modules/bin" \ /app/extra/vscode/bin/code --extensions-dir=${XDG_DATA_HOME}/vscode/extensions "$@" ${WARNING_FILE}