From 56fc74b95c340e98c0ef66f0358756b22cb4320f Mon Sep 17 00:00:00 2001 From: Heather Morris <148032633+hmorris1990@users.noreply.github.com> Date: Thu, 30 Oct 2025 13:32:30 -0400 Subject: [PATCH] Change devcontainer name and version to Windows 10 --- .devcontainer/devcontainer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d7c98a8..c5a647b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,10 +1,10 @@ { - "name": "Windows 11 Pro", + "name": "Windows 10 Pro", "service": "windows", "containerEnv": { - "VERSION": "11" + "VERSION": "10" }, - "forwardPorts": [8006], + "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", @@ -13,8 +13,8 @@ }, "otherPortsAttributes": { "onAutoForward": "ignore" - }, - "dockerComposeFile": "codespaces.yml", + }, + "dockerComposeFile": "../codespaces.yml", "workspaceFolder": "/workspaces/windows", "initializeCommand": "docker system prune --all --force" }