About 66,900 results
Open links in new tab
  1. Develop on a remote Docker host - Visual Studio Code

    Use the Dev Containers: Reopen in Container command from the Command Palette (F1, ⇧⌘P (Windows, Linux Ctrl+Shift+P)). The rest of the Dev Containers quick start applies as-is.

  2. "Reopen in Container" does not work #10302 - GitHub

    Sep 22, 2024 · Hi, I have had troubles with the remote / dev-container extension after an update today (that I only did to get this feature). Big mistake, since I am getting basically this now and I would have …

  3. Development containers - Claude Code Docs

    Deployment Development containers Copy page Learn about the Claude Code development container for teams that need consistent, secure environments. The reference devcontainer setup and …

  4. docker - Command 'Dev Containers: Rebuild and Reopen in Container ...

    Nov 6, 2023 · Remote-Containers might not installed or enabled in your vscode. Ctrl+Shift+X and search for "Remote - Containers". If it's not installed, install it and reload vscode.

  5. Can't find the Dev Containers: Rebuild and Reopen in Container' option

    Oct 31, 2023 · In the primary sidebar: click on “Remote Explorer”, then right click on the Dev container you want to rebuild, there you’ll find the “Rebuild Container” option.

  6. Remote Containers | Remote Development | Vs Code Tutorial

    Once you have the configuration files set up, you can reopen your project in the container. Open the Command Palette again and type Remote-Containers: Reopen in Container.

  7. How To Rebuild Container In Vscode

    Feb 11, 2025 · To rebuild a Dev Container in Visual Studio Code (VS Code), you can utilize the Command Palette (F1) by selecting the “Dev Containers: Rebuild Container” command while …

  8. Developing inside a Container - Visual Studio Code

    Use the Dev Containers: Reopen in Container command from the Command Palette (F1, ⇧⌘P (Windows, Linux Ctrl+Shift+P)). The rest of the Dev Containers quick start applies as-is.

  9. Develop with VS Code RemoteContainers

    Inside VS Code install the Remote Development extension pack (includes Remote – Containers and Remote – SSH extensions). Open VS Code. Open the OGS source code folder. Press F1 and type …

  10. One Dev Environment to rule them all: Devcontainers! - Medium

    Oct 10, 2023 · We have seen from start to finish how to set up and customize our own container to create our development environment, making it reusable on any other operating system with Docker …