From a9663a86130e67e8c264072abef2623bfb1b5dfd Mon Sep 17 00:00:00 2001 From: Marcus Ahlfors Date: Thu, 29 Feb 2024 11:44:21 +0200 Subject: [PATCH] Try fix code-server settings --- diploi-runonce.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/diploi-runonce.sh b/diploi-runonce.sh index d8fcc09..5d594e6 100644 --- a/diploi-runonce.sh +++ b/diploi-runonce.sh @@ -45,6 +45,7 @@ if [ ! "$(ls -A /app)" ]; then # Configure the SQLTools VSCode extension # TODO: How to update these if env changes? + mkdir -p /root/.local/share/code-server/User cp /usr/local/etc/diploi-vscode-settings.json /root/.local/share/code-server/User/settings.json cat > /app/.vscode/settings.json << EOL {