Yeah yeah yeah I know.... but it works...
- Create a new directory on your computer
- In that directory create a directory called '.devcontainer'
- Place both the
init
and thedevcontainer.json
files from this gist in that directory - Open VS Code in the directory you created and enjoy
- Inital starup will take some time since it clones both the repositories and install the requirements to run them.
_If you are using Windows, the init command will fail if you do not set the lineendings of it to LF
The structure should be like this:
your_dir
.devcontainer
devcontainer.json
init