Josh Spicer
Josh Spicer
Mine was also set to `default`, and trying to change it didn't help
> Is there a way to make it visible in the VS Code UI? We're rolling out changes to the Codespaces and Dev Containers extensions to support fetching from the...
@aguckenber-chwy - Do you have any of the associated logs illustrating what is not working for you? I am not familiar with this particular python tool, but I will give...
From https://python-poetry.org/docs/, it appears the `get-poetry.py` script is about to be deprecated.  The [docs](https://python-poetry.org/docs/master/#installing-with-the-official-installer) now suggest using this install script piped to...
FWIW the official stance from the golang team is to [support two major versions](https://go.dev/doc/devel/release) back from the latest (so 1.17, 1.18, and 1.19 today). I'll see if I can get...
are you only seeing the behavior in the 'git' pane of VS Code, or also if you were to do something like `git status` in the integrated terminal? Have you...
I went through and made sure that all the templates are marked as public, although I still don't seem showing up on the sidebar in the vscode-dev-containers repo 🤔 Are...
It appears to be appropriately linked (which is done automatically via the actions GITHUB_TOKEN on publish) I may need to follow up with the packages team and see if there's...
These images are not published on GHCR, but rather MCR. If you're looking for docker images that we publish, i'd suggest taking a look at https://github.com/devcontainers/image. This repo and its...
The only similar discussion i've found online thus far is https://github.com/containerd/nerdctl/discussions/1401 . There are a non-zero number people in our userbase that seem to rely on providing the syntax directive...