devcontainer-renameA VS Code extension that suggests renaming the "name" property in devcontainer.json to match the workspace name. After using the "Dev Containers: Add Development Container Configuration Files..." command to create a devcontainer.json file, the dev container's name property is set to the name of the template used to create the definition. I generally prefer the name of the dev container to match the workspace name, so this extension suggests a code action to rename the "name" property in devcontainer.json to match the workspace name.
Changelog
MiscThanks to Brigit Murtaugh for the devcontainer-image-convert extension which was a great quickstart for building this extension :-) |
