mirror of
https://github.com/h7x4/usbip-dkms-devcontainer-feature.git
synced 2025-12-19 08:40:23 +01:00
Update some option descriptions
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user