From 4b397752b4a31ccf2e2e85c1e27290ce6236bbc1 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 14 Nov 2025 05:44:08 +0100 Subject: [PATCH] fix: Codespaces configuration --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 98a8797..04a9365 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Virtual DSM", - "service": "vdsm", + "service": "dsm", "forwardPorts": [5000], "portsAttributes": { "5000": { @@ -12,6 +12,6 @@ "onAutoForward": "ignore" }, "dockerComposeFile": "codespaces.yml", - "workspaceFolder": "/workspaces/vdsm", + "workspaceFolder": "/workspaces/dsm", "initializeCommand": "docker system prune --all --force" }