What's Changed
New Contributors
Full Changelog: v1.4.2...v1.4.3
To upgrade
- Open your project folder in VS Code
- Rename
.devcontainer
to.devcontainer.old
- Open up a terminal in VS Code (Press ctrl + shift + P, type "terminal", and select "Create new terminal")
- Run the following copier command (Note the . period at the end! That should be included!):
copier copy gh:UCSB-PSTAT/devcontainer-template .
- Answer all the questions. This will generate your new files. If you had additional things in your old devcontainer files, you can copy/paste them from
.devcontainer.old
into the new files. - Rebuild the container (ctrl + shift + P, search "rebuild", click on "Rebuild and Reopen in Container")