-
Been using the subfolder which is a nested `.devcontainer/service/.devcontainer` directory and finding that the `devcontainer.metadata` is a merge of the two directories. There may be other oddities. …
-
Scenario - In `devcontainer-feature.json` I’d like to do update the `containerEnv.PATH` as follows 👇
```jsonc
"containerEnv": {
"PATH": "${remoteUserHome}/.local/bin:${PATH}"
}
```
w…
-
Related - https://github.com/devcontainers/features/issues/745
Currently, https://github.com/devcontainers/images/blob/main/src/universal/.devcontainer/devcontainer.json#L64-L66 uses the default vers…
-
**Describe the bug**
If I try to use the Teams Toolkit from within a DevContainer then the extension does not get to the "Accounts" and allow me to login.
I open the project directly in WSL and th…
-
Hello! Is there any ETA for adding the `down` and `stop` subcommands? It becomes very tedious to stop the containers manually.
-
Allow devcontainers to replace Docker with [Finch](https://github.com/runfinch/finch).
Or more specifically, for now the issue seems to be the way vscode gets the docker version. It currently uses …
-
- VSCode Version: 1.85.1
- Local OS Version: Fedora 39
- Remote OS Version: NULL
- Remote Extension/Connection Type: Containers
- Logs:
```logs
[2024-01-10T14:54:54.446Z] Dev Containers 0.33…
-
I often use `devcontainer up` to start the container, but then it's often difficult to know which of my many containers has been created for this devcontainer.
It would be awesome if we could have …
-
`devcontainer features test` is great for black box tests / end result tests of `install.sh`.
However I also want to make sure what the script does exactly, i.e. whitebox-test or interaction-test.
…
-
### The problem
When creating a `CalendarEvent` object and passing a recurrence rule with an interval of 0, Home Assistant becomes unresponsive and cpu usage of the python process goes up to 100%. I …