VSCode set-up
Create a
MEDS/EDS-220directory in your personal computer.Open VSCode.
Add a new bash terminal in it.
Confirm git installation by running
git versionin the terminal. If git is installed you will get something similar to
git version 2.33.1If you don’t get a similar output, install git by following the MEDS installation guide.
Clone your
eds220-in-classrepository inside theMEDS/EDS-220directory. You can do this using the terminal or using the VSCode interface:




- Confirm your conda installation by running
conda infoin the terminal. If conda is active you will get something similar to
active environment : base
active env location : /Users/galaz-garcia/opt/anaconda3
shell level : 1
[...]
UID:GID : 502:20
netrc file : None
offline mode : FalseIf conda needs to be added to the shell profile, follow the troubleshooting steps in the MEDS installation guide within a bash terminal (not Powershell if you are on Windows).
Install Python extension to VSCode:



