diff --git a/devcontainer-feature.json b/devcontainer-feature.json index a7e6d28..e6e44e1 100644 --- a/devcontainer-feature.json +++ b/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Tiny Go (no sudo)", "id": "tinygo", - "version": "1.0.1", + "version": "1.1.0", "description": "A feature to install tiny go (no sudo)", "documentationURL": "https://github.com/devcontainers-community/features-tinygo#readme", "options": { @@ -11,19 +11,15 @@ "description": "Specify a version of Tiny Go" } }, - "installsAfter": [ - "ghcr.io/devcontainers/features/rust", - "cargo_binstall" - ], + "dependsOn": { + "ghcr.io/devcontainers/features/go": {} + }, "customizations": { "vscode": { "extensions": [ "tinygo.vscode-tinygo", "golang.go" - ], - "features": { - "ghcr.io/devcontainers/features/go:1": {} - } + ] } } }