From b22980c4489b35a1f68554ac0e0c8e7e55dd278f Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Thu, 3 Mar 2022 22:42:35 +0000 Subject: [PATCH] [mod] rel path --- code-serverx/config/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-serverx/config/install.sh b/code-serverx/config/install.sh index c9dba2b..3478442 100755 --- a/code-serverx/config/install.sh +++ b/code-serverx/config/install.sh @@ -8,7 +8,7 @@ CODE_SERVER="/app/code-server/bin/code-server" # 4.0.1 n2-plus #CODE_SERVER="/usr/local/bin/code-server" -for FILE in /config/.vscode/*.vsix +for FILE in .vscode/*.vsix do $CODE_SERVER --install-extension $FILE done