From 784f92b374587e931f272059350a4212ca7f08fb Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Wed, 20 Sep 2023 20:08:15 +0300 Subject: [PATCH] [wine] Update devcontainer-feature.json --- src/wine/devcontainer-feature.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/wine/devcontainer-feature.json b/src/wine/devcontainer-feature.json index b5d5d55..45f69c7 100644 --- a/src/wine/devcontainer-feature.json +++ b/src/wine/devcontainer-feature.json @@ -3,13 +3,15 @@ "id": "wine", "version": "0.0.3", "description": "Installs Wine.", + "documentationURL": "https://github.com/Maks1mS/devcontainers-features/tree/main/src/wine", "options": { "version": { "type": "string", - "default": "latest" + "default": "latest", + "description": "Version of Wine" } }, "installsAfter": [ "ghcr.io/devcontainers/features/common-utils" ] -} \ No newline at end of file +}