From 3b31ad6499db413164403d110100011eee055f48 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 20 May 2025 12:44:18 +0000 Subject: [PATCH] Update '.devcontainer/devcontainer.json' --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 52b01bf..1a6225a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -38,7 +38,7 @@ // "forwardPorts": [], // Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": "rm /home/vscode/.continue/config.yaml && ln -s /workspaces/rgb-led-board/.continue/config.yaml /home/vscode/.continue/config/config.yaml", + "postCreateCommand": "ln -s /workspaces/rgb-led-board/.continue/config/config.yaml /home/vscode/.continue/config.yaml", // Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. "remoteUser": "vscode",