Update '.devcontainer/devcontainer.json'
Some checks failed
build rgb-board / build (push) Failing after 8s

This commit is contained in:
2025-05-20 12:44:18 +00:00
parent b972dc761a
commit 3b31ad6499

View File

@@ -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",