Skip to content

Fix applying zsh theme in dev container in VS Code #55

@Kavignon

Description

@Kavignon

After working on allowing pulling the Zsh terminal configuration from the host and having a fallback

I was testing the container through the docker in the terminal through:

docker build --no-cache -t elixir-update -f .devcontainer/Dockerfile .
docker run -it --rm elixir-update

Testing that way was working as expected, but I didn't during that time ensure that when I'd push the updated container image resulting from the PR (https://github.com/Elixir-journey/elixir-kickoff/pkgs/container/elixir-kickoff/323023919?tag=latest)

After configuring the theme for the container manually (bug listed here) we get this kind of feedback from the container's terminal:

image

But when opening the development container (without using the cache to ensure there no unexpected behaviour), this is the UX in the terminal.

image

Metadata

Metadata

Assignees

Labels

ContainerizationIssue relates with dev or production containerDevcontainerFixing or updating a feature in development containerTerminal configRelates to terminal configurationbugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions