From 15e2dae4830e9bc88e0533a23faca51af5916ad5 Mon Sep 17 00:00:00 2001 From: Hans Spaans <1072510+hspaans@users.noreply.github.com> Date: Wed, 16 Jul 2025 00:01:35 +0200 Subject: [PATCH] Drop options from devcontainer-feature.json for sshpass --- src/sshpass/devcontainer-feature.json | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/src/sshpass/devcontainer-feature.json b/src/sshpass/devcontainer-feature.json index 47416b1..82cc4fe 100644 --- a/src/sshpass/devcontainer-feature.json +++ b/src/sshpass/devcontainer-feature.json @@ -1,25 +1,10 @@ { "id": "sshpass", - "version": "1.0.2", + "version": "1.0.3", "name": "sshpass", "documentationURL": "https://github.com/hspaans/devcontainer-features/tree/master/src/sshpass", "licenseURL": "http://github.com/hspaans/devcontainer-features/tree/master/LICENSE", "description": "Installs sshpass. Auto-detects latest version and installs needed dependencies.", - "options": { - "version": { - "type": "string", - "proposals": [ - "latest", - "none" - ], - "default": "latest", - "description": "Select version of sshpass, if not latest." - }, - "installDirectlyFromGitHubRelease": { - "type": "boolean", - "default": true - } - }, "installsAfter": [ "ghcr.io/devcontainers/features/common-utils" ]