diff --git a/src/vscodize/README.md b/src/vscodize/README.md index a1e7d1b2f..d467b3afb 100644 --- a/src/vscodize/README.md +++ b/src/vscodize/README.md @@ -1,15 +1,13 @@ -# My Favorite Color (color) +# Add VSCode customiations (vscodize) -A feature to remind you of your favorite color +Add vscode user and sudo ## Example Usage ```json "features": { - "ghcr.io/devcontainers/feature-starter/color:1": { - "version": "latest" - } + "ghcr.io/markus-geiger/devcontainer-features/vscodize:1": {} } ``` @@ -17,10 +15,10 @@ A feature to remind you of your favorite color | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| favorite | Choose your favorite color. | string | red | + --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/feature-starter/blob/main/src/color/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/markus-geiger/devcontainer-features/blob/main/src/vscodize/devcontainer-feature.json). Add additional notes to a `NOTES.md`._