Skip to content

Repository files navigation

Some useful Dev Container Features

This repo provides useful features to use with a devcontainer (e.g. in VS Code or GitHub Codespaces). To learn more about all available features, please refer to this features list.

Available features

vale

Install vale, a prose linter for your documentation. Learn more about the feature here.

How-to use a feature

The features in this repository can be used like any other availables features. You need to reference them in your .devcontainer.json, and set specific feature options if you need.

{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/shinepukur/devcontainer-features/vale:1": {
// specify here any options you would like to set for the feature"version": "latest"
}
}
}

Credits

This repository is derived from the feature starter template.

About

Some dev-container features

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages