-
Install Docker
-
Install Visual Studio Code
-
Install the Remote - Containers extension for Visual Studio Code
-
Create a new folder for your project
-
Download the cc-devcontainer.tar.gz or cc-devcontainer.zip file and extract it into the folder On Unix based systems, you can use the following commands:
curl -sSfLo - https://github.com/heia-fr/cc-devcontainer/releases/latest/download/cc-devcontainer.tar.gz | tar xvf -
-
Check that you have the following files in your project folder:
. ├── .devcontainer │ ├── Dockerfile │ └── devcontainer.json └── .startup.sh
-
Open the project folder in Visual Studio Code
-
Click on the green button in the bottom left corner of the window and select "Reopen in Container"
-
Notifications
You must be signed in to change notification settings - Fork 0
heia-fr/cc-devcontainer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Devcontainer for the "Compiler Construction" lecture
Resources
Stars
Watchers
Forks
Packages 0
No packages published