Stuart Leeks

Results 35 issues of Stuart Leeks

Add support for `workspaceMount`/`workspaceFolder` if set (as per [the docs](https://code.visualstudio.com/docs/remote/devcontainerjson-reference))

feature

When specifying mounts in `devcontainer.json`, we can use `volume` or `bind` mounts: ```jsonc "mounts": [ // Keep command history {"type":"volume", "source": "my-bash-history", "target":"/home/vscode/commandhistory"}, // Mounts the login details from the...

proposal

When working with dev containers locally (e.g. in Visual Studio Code), it can be productive to mount host folders in the container (e.g. `.azure` to share login credentials into the...

feature-request

This PR to the VS Code extension adds tasks that expose the start/stop/clean commands. This allows a user to automate the starting of Azurite services Launch configurations in VS Code...

As per the discussion [here](https://github.com/devcontainers/ci/issues/190), it might be useful to include documentation that discusses approaches to cleaning up the containers/images from dev container builds. On hosted agents this isn't an...

As identified in #223, there is currently a gap in the automated releases for this repo. Versioning for the GitHub action uses tags in the repo. When someone references `devcontainers/[email protected]`...