From 48d9a1771dbda82ccf8e68fcf00b2a51241561fd Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 14 Nov 2025 06:05:19 +0100 Subject: [PATCH] fix: Update Codespaces configuration (#1110) --- .devcontainer/devcontainer.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 98a8797..32dc65e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Virtual DSM", - "service": "vdsm", + "service": "dsm", "forwardPorts": [5000], "portsAttributes": { "5000": { @@ -11,7 +11,5 @@ "otherPortsAttributes": { "onAutoForward": "ignore" }, - "dockerComposeFile": "codespaces.yml", - "workspaceFolder": "/workspaces/vdsm", - "initializeCommand": "docker system prune --all --force" + "dockerComposeFile": "codespaces.yml" }