Skip to content

Small devcontainer template we use for most of our projects

Notifications You must be signed in to change notification settings

shitcorp/devcontainer-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Devontainer Template

Small devcontainer template with some quality of life tools and extensions already installed.

Installation

Prerequisites:

  1. Docker:
  2. VSCode:
  3. Remote Containers Extension for VSCode:

Steps to set up

  1. If you have the remote-container extension installed and open this repository in vscode, this prompt will show up, asking you if you want to open the folder in a container. Click Reopen in Container and wait until the container finished building

  • 1.1 If the prompt didn't show up, you can manually open the folder in a container by using CTRL + SHIFT + P, until the vscode command prompt shows up. In there, search for "Open folder in Container"

  • 1.2 If your terminal looks like this after the container started:

    you are missing the Meslo LGS NF Font on your Computer. You can install it ...

    • ... on Linux:

      by running this script with the "install" argument:

      cd .devcontainer/fonts && ./install_fonts.sh install

      If this doesn't work, you can also manually open the files in fonts and click "install"

    • ... on Windows:

      by opening these files and clicking "install":

About

Small devcontainer template we use for most of our projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published