From 730e9c799962e2f11254a988d28845bae14cdf65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 05:20:07 +0000 Subject: [PATCH] Bump ghcr.io/devcontainers/features/powershell from 1.5.1 to 2.0.1 Bumps ghcr.io/devcontainers/features/powershell from 1.5.1 to 2.0.1. --- updated-dependencies: - dependency-name: ghcr.io/devcontainers/features/powershell dependency-version: 2.0.1 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": {}