From 5e1826b02a22380b1b9dfcce2bf751f37fa1c898 Mon Sep 17 00:00:00 2001 From: Oystein Tveit Date: Wed, 5 Jul 2023 16:29:19 +0200 Subject: [PATCH] Update some option descriptions --- features/usbip-dkms/devcontainer-feature.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/usbip-dkms/devcontainer-feature.json b/features/usbip-dkms/devcontainer-feature.json index 61bcd00..8373182 100644 --- a/features/usbip-dkms/devcontainer-feature.json +++ b/features/usbip-dkms/devcontainer-feature.json @@ -13,6 +13,7 @@ "options": { "kernelVersion": { + "description": "Kernel version to use for the source code of the USBIP modules. If not specified, the feature will try to determine the kernel version automatically, but this is not guaranteed to work.", "type": "string", "proposals": [ "v4.4", @@ -28,7 +29,7 @@ "default": "" }, "enableVudc": { - "description": "Enable Virtual USB Device Controller (VUDC) support. This requires the kernel to have CONFIG_USB_GADGET enabled, which linux-azure (GitHub Codespaces) does not have.", + "description": "Enable Virtual USB Device Controller (VUDC) support. This requires the kernel to have `CONFIG_USB_GADGET` enabled, which `linux-azure` (kernel used for GitHub Codespaces VMs) does not have by default.", "type": "boolean", "default": false },