🌐
Rancher Desktop
docs.rancherdesktop.io › vs code remote containers
VS Code Remote Containers | Rancher Desktop Docs
After the extension is installed, you will see the extension item in the side bar, and a green button at the lower left corner to show the command palette with various options/commands related to Remote Development. Microsoft provides a number of sample dev containers at this GitHub repository: https://github.com/microsoft/vscode-dev-containers.git.
🌐
GitHub
github.com › microsoft › vscode-remote-release
GitHub - microsoft/vscode-remote-release: Visual Studio Code Remote Development: Open any folder in WSL, in a Docker container, or on a remote machine using SSH and take advantage of VS Code's full feature set. · GitHub
Visual Studio Code Remote Development: Open any folder in WSL, in a Docker container, or on a remote machine using SSH and take advantage of VS Code's full feature set. - microsoft/vscode-remote-release
Starred by 4.1K users
Forked by 438 users
Languages   Dockerfile
🌐
Visual Studio Code
code.visualstudio.com › docs › devcontainers › containers
Developing inside a Container
November 3, 2021 - Start VS Code and run Dev Containers: Clone Repository in Container Volume... from the Command Palette (F1). Enter microsoft/vscode-remote-try-node (or one of the other "try" repositories), a Git URI, a GitHub branch URL, or a GitHub PR URL ...
🌐
GitHub
github.com › alertbox › devcontainers
GitHub - alertbox/devcontainers: Development containers for VS Code extension Remote - Containers · GitHub
Development containers for VS Code extension Remote - Containers - alertbox/devcontainers
Author   alertbox
🌐
GitHub
gist.github.com › yohhaan › b492e165b77a84d9f8299038d21ae2c9
How to use VS Code Remote Containers Extension · GitHub
How to use VS Code Remote Containers Extension. GitHub Gist: instantly share code, notes, and snippets.
🌐
GitHub
github.com › microsoft › vscode-dev-containers
GitHub - microsoft/vscode-dev-containers: 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://github.com/devcontainers/feature-starter for information on creating your own! · GitHub
November 30, 2023 - Run Remote-Containers: Reopen in Container to use it locally, or Codespaces: Rebuild Container from within a codespace. You can share a customized Dev Container definitions for your project by adding the files under .devcontainer to source control.
Starred by 4.7K users
Forked by 1.4K users
Languages   Shell 78.1% | Dockerfile 8.2% | JavaScript 7.0% | Jupyter Notebook 4.4% | Python 0.9% | C# 0.4%
🌐
GitHub
github.com › mysmartspace › container-templates
GitHub - mysmartspace/container-templates: A repository of development container definitions for the VS Code Remote - Containers extension and GitHub CodespacesA repository of development container definitions for the VS Code Remote - Containers extension and GitHub Codespaces · GitHub
A repository of development container definitions for the VS Code Remote - Containers extension and GitHub CodespacesA repository of development container definitions for the VS Code Remote - Containers extension and GitHub Codespaces - mysmartspace/container-templates
Author   mysmartspace
🌐
Docker Hub
hub.docker.com › r › microsoft › vscode-devcontainers
microsoft/vscode-devcontainers - Docker Image
The VS Code Remote - Containers extension⁠ and GitHub Codespaces⁠ support these development container images through the use of a devcontainer.json configuration file or by simply directly attaching to a running container.
🌐
GitHub
github.com › snap-contrib › vscode-remote-snap
GitHub - snap-contrib/vscode-remote-snap: SNAP development container definition for the VS Code Remote - Containers extension · GitHub
The VS Code Remote - Containers extension allows you to clone a repository or open any folder mounted into (or already inside) a dev container and take advantage of VS Code's full development feature set.
Author   snap-contrib
Find elsewhere
🌐
GitHub
github.com › VSCodium › vscodium › discussions › 1471
Remote containers in VSCodium · VSCodium/vscodium · Discussion #1471
Hi, I would like to use devcontainers in VSCodium. Is this possible? The issues I've been facing so far seem to be that when the Remote Containers extension creates a container, it tries to install...
Author   VSCodium
🌐
GitHub
github.com › microsoft › vscode-remote-try-node
GitHub - microsoft/vscode-remote-try-node: Node.js sample project for trying out Dev Containers · GitHub
Node.js sample project for trying out Dev Containers - microsoft/vscode-remote-try-node
Starred by 812 users
Forked by 796 users
Languages   JavaScript
🌐
GitHub
github.com › microsoft › vscode-remote-try-go
GitHub - microsoft/vscode-remote-try-go: Go sample project for trying out Dev Containers · GitHub
Go sample project for trying out Dev Containers. Contribute to microsoft/vscode-remote-try-go development by creating an account on GitHub.
Starred by 340 users
Forked by 225 users
Languages   Go
🌐
GitHub
github.com › VSCodium › vscodium › issues › 1229
Remote containers in VSCodium · Issue #1229 · VSCodium/vscodium
September 2, 2022 - The issues I've been facing so far seem to be that when the Remote Containers extension creates a container, it tries to install the closed source vscode server inside the container. It does this by getting the URL https://update.code.visualstudio.com/commit:e04433b713b33cd229ae8fbb747c31997b7a5074/server-linux-x64/stable where the commit hash is taken from the product.json file.
Author   Weissnix4711
🌐
GitHub
github.com › topics › remote-containers
remote-containers · GitHub Topics · GitHub
A Scala 3 + ZIO Github Template that enables ~one-click environment setup via VS Code's Remote-Containers extension
🌐
GitHub
github.com › microsoft › vscode-docs › blob › main › remote › advancedcontainers › overview.md
vscode-docs/remote/advancedcontainers/overview.md at main · microsoft/vscode-docs
The Visual Studio Code Dev Containers extension lets you use a Docker container as a full-featured development environment. It allows you to open any folder inside (or mounted into) a container and take advantage of Visual Studio Code's full ...
Author   microsoft
🌐
GitHub
github.com › microsoft › vscode-remote-release › issues › 4268
Remote Container Extensions are Not Installed · Issue #4268 · microsoft/vscode-remote-release
January 4, 2021 - Maybe this is a problem with VS Code and not this repo, but when I start this container and connect to it, the extension for python is not being installed. Not sure if you experience similar issues. ... Remote OS Version: Alpine I believe. From: https://github.com/microsoft/vscode-remote-try-python/blob/master/.devcontainer/Dockerfile
Author   sbryfcz
🌐
Stack Overflow
stackoverflow.com › questions › 77262810 › mapping-versions-of-vscode-extension-ms-vscode-remote-remote-containers-to-its-s
Mapping Versions of vscode extension ms-vscode-remote.remote-containers to its Source Code - Stack Overflow
Previously, the source code for this extension was housed in the repository https://github.com/microsoft/vscode-dev-containers. However, since they deprecated that repo and move to https://github.com/devcontainers, I'm finding it challenging to map specific versions of the ms-vscode-remote.remote-containers extension back to its corresponding source code.
🌐
GitHub
github.com › chrisguest75 › devcontainer_examples
GitHub - chrisguest75/devcontainer_examples: Example devcontainers that can be used to play around with the technology. Uses the monorepo indirection technique with instructions how to work locally in vscode. · GitHub
# install pre-commmit (prerequisite ... to use devcontainers. The Remote - Containers extension lets you use a Docker container as a full-featured development environment....
Author   chrisguest75
🌐
GitHub
github.com › davidhayesbc › devcontainer-network-sandbox
GitHub - davidhayesbc/devcontainer-network-sandbox · GitHub
VS Code with Remote - Containers extension · Git credentials configured on host machine · Open in devcontainer: # In VS Code, press F1 and select: # "Dev Containers: Reopen in Container" Wait for initialization: Repository will be cloned into /workspaces/Game ·
Author   davidhayesbc
🌐
GitHub
github.com › csci430-os › vscode-remote-devcontainer
GitHub - csci430-os/vscode-remote-devcontainer: Basic container and instructions/procedures to set up VSCode Remote Dev Containers for assignments / labs · GitHub
Basic container and instructions/procedures to set up VSCode Remote Dev Containers for assignments / labs - csci430-os/vscode-remote-devcontainer
Author   csci430-os