Closed hellodword closed 8 months ago
add usbutils enable custom sdkmanager packages
https://containers.dev/implementors/features/#option-resolution
To ensure a option that is valid as an environment variable, the follow substitutions are performed: (str: string) => str .replace(/[^\w_]/g, '_') .replace(/^[\d_]+/g, '_') .toUpperCase();
(str: string) => str
.replace(/[^\w_]/g, '_')
.replace(/^[\d_]+/g, '_')
.toUpperCase();
add usbutils enable custom sdkmanager packages
https://containers.dev/implementors/features/#option-resolution