From 5c5141c1f19befa0fd55965acec1836ada2244f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 05:18:25 +0000 Subject: [PATCH] Bump ghcr.io/devcontainers/features/powershell from 1.5.1 to 2.0.0 Bumps ghcr.io/devcontainers/features/powershell from 1.5.1 to 2.0.0. --- updated-dependencies: - dependency-name: ghcr.io/devcontainers/features/powershell dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json old mode 100755 new mode 100644 index b6dc7c6..583e8a6 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -13,7 +13,7 @@ "onAutoForward": "ignore" }, "features": { - "ghcr.io/devcontainers/features/powershell:1": {}, + "ghcr.io/devcontainers/features/powershell:2": {}, "ghcr.io/devcontainers/features/azure-cli:1": {}, "ghcr.io/jlaundry/devcontainer-features/azure-functions-core-tools:1": {}, "ghcr.io/devcontainers/features/dotnet": {}