diff --git a/templates/nightly/.devcontainer.json b/templates/nightly/.devcontainer.json index e8db5a9..e515ca9 100644 --- a/templates/nightly/.devcontainer.json +++ b/templates/nightly/.devcontainer.json @@ -4,8 +4,6 @@ "ghcr.io/devcontainers/features/common-utils:2": { "installZsh": "true", "username": "vscode", - "userUid": "1000", - "userGid": "1000", "upgradePackages": "true" }, "ghcr.io/kphrx/swift-devcontainer-feature/swift-format:1": { diff --git a/templates/stable/.devcontainer.json b/templates/stable/.devcontainer.json index 539c70f..e8da7f6 100644 --- a/templates/stable/.devcontainer.json +++ b/templates/stable/.devcontainer.json @@ -4,8 +4,6 @@ "ghcr.io/devcontainers/features/common-utils:2": { "installZsh": "true", "username": "vscode", - "userUid": "1000", - "userGid": "1000", "upgradePackages": "true" }, "ghcr.io/kphrx/swift-devcontainer-feature/swift-format:1": {}