Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

mise-en-place (mise)

Installs the mise CLI

Example Usage

"features": {
    "ghcr.io/atty303/devcontainer-features/mise:1": {}
}

Options

Options Id Description Type Default Value
version Install a specific version string latest
installPath Path to install mise. {REMOTE_USER_HOME} and {CONTAINER_USER_HOME} will be expanded to the user's home directory. string /usr/local/bin/mise
activate Select how to activate mise in the system. none means no activation, path means add to PATH, and shims means use shims to activate. Supports bash and zsh. string path
trust Automatically run mise trust to trust workspace (WARNING: mise.toml in subdirectories will not be trusted even if this option is enabled) boolean true
install Automatically run mise install to install workspace tools boolean true

Customizations

VS Code Extensions

  • hverlin.mise-vscode

Notes

To trust all mise.toml files including those in workspace subdirectories, add the following to your devcontainer.json:

"containerEnv": {
    "MISE_TRUSTED_CONFIG_PATHS": "${containerWorkspaceFolder}"
}

Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.