Skip to content

Commit d50ebac

Browse files
committed
fix: remove invalid containerUser property and bump version to 1.2.1
1 parent ce5771a commit d50ebac

5 files changed

Lines changed: 6 additions & 7 deletions

File tree

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"id": "antigravity-nix",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"name": "Antigravity Nix",
55
"description": "Creates vscode user, installs Nix with flakes, and provides Zero-Prompt UX",
6-
"options": {},
7-
"containerUser": "vscode"
6+
"options": {}
87
}

src/features/dataform-cli/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "dataform-cli",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"name": "Dataform CLI",
55
"description": "Installs the Dataform CLI (@dataform/cli) via npm",
66
"options": {},

src/features/gcloud/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "gcloud",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"name": "Google Cloud SDK",
55
"description": "Installs the Google Cloud CLI via official installer script",
66
"options": {},

src/features/node/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "node",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"name": "Node.js (NodeSource)",
55
"description": "Installs Node.js from NodeSource with version selection",
66
"options": {

src/features/pulumi/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "pulumi",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"name": "Pulumi",
55
"description": "Installs the Pulumi CLI via official installation script",
66
"options": {

0 commit comments

Comments
 (0)