vscode-dev-containers icon indicating copy to clipboard operation
vscode-dev-containers copied to clipboard

NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https...

Results 183 vscode-dev-containers issues
Sort by recently updated
recently updated
newest added

Right now the `desktop-lite-debian` feature uses the noVNC to allow access from a browser. However, noVNC uses WebSockets to actually connect using insecure VNC protocol, which, if I am not...

feature-request
script-library

Hey, I hate debian 😄 How can I make an arch rust devcontainer for my github codespace?

The common-debian.sh and other common-*.sh script sets up a custom bash and zsh prompt (__bash_prompt) which executes a number of git commands to generate the PS1 prompt. In our use...

question
script-library

Hi Team, I like to contribute a dev container definition by following this document: https://github.com/microsoft/vscode-dev-containers/blob/main/CONTRIBUTING.md#contributing-dev-container-definitions This document clear teaches me how to create a dev container definition. But my question...

If ${ADD_NON_FREE_PACKAGES} is true and Debian is "stable" The replacement with sed does not work because it does not find the code name (VERSION_CODENAME) , it must find and replace...

Relates to: Both --- I noticed something strange today after generating Devcontainer config for a project. The ability to specify the container image tag variant seems to be gone. Previously...

I've been struggling to setup a simple Next.js app with two containers (Next.js serve and DB container) and have the debugger working properly. Ideally I want to start the container...

- VSCode Version: 1.72.2 - Local OS Version: Darwin x64 21.6.0 - Local chip architecture: x86 - Reproduces in: Containers - Name of Dev Container Definition with Issue: dotnet-postgres From...

I believe the templates have been released from this repository, but I can't seem to see them?

I'd love if I could add a headless browser to my dev container using the dev container features. ```json "features": { "headless-chrome": "latest", "headless-chromium": "latest", "headless-firefox": "latest", } ``` All...