Skip to content

v1.4.3

Latest
Compare
Choose a tag to compare
@392781 392781 released this 05 Jun 18:32
· 2 commits to main since this release
d29b3eb

What's Changed

  • Update Dockerfile.jinja by @syoh in #25 (bug fix for RStudio Rsession proxy)

New Contributors

  • @syoh made their first contribution in #25

Full Changelog: v1.4.2...v1.4.3

To upgrade

  1. Open your project folder in VS Code
  2. Rename .devcontainer to .devcontainer.old
  3. Open up a terminal in VS Code (Press ctrl + shift + P, type "terminal", and select "Create new terminal")
  4. Run the following copier command (Note the . period at the end! That should be included!):
copier copy gh:UCSB-PSTAT/devcontainer-template .
  1. 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.
  2. Rebuild the container (ctrl + shift + P, search "rebuild", click on "Rebuild and Reopen in Container")