Skip to content

Templates for using VS Code Remote - Containers extension by language.

Notifications You must be signed in to change notification settings

totto357/vscode-remote-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vscode-remote-template

This project created templates for using VS Code Remote - Containers extension by language.

Setting up the development container

Follow these steps to open this sample in a container:

  1. If this is your first time using a development container, please follow the getting started steps.

  2. Linux users: Update USER_UID and USER_GID in .devcontainer/Dockerfile and "runArgs": [ "-u": "1000" ] in .devcontainer/devcontainer.json with your user UID/GID if not 1000 to avoid creating files as root.

  3. If you're not yet in a development container:

  • Copy .devcontainer dir for your language to repository root.
    • Copy the .vscode if necessary.
  • Update repository information in .devcontainer/devcontainer.json.
  • Press F1 and select the Remote-Containers: Open Folder in Container... command.
  • Select your repository, wait for the container to start, and try things out!

About

Templates for using VS Code Remote - Containers extension by language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published