Follow these instructions to install VS Code. - Download the VSCode installer (available [here](https://code.visualstudio.com/download)) > [!example]- Installation Screens > > ![img](https://storage.googleapis.com/ei-dev-assets/assets/VSCodeUserSetup-x64-1.68.1.tmp_CTeEIsaswK.png) > > ![img](https://storage.googleapis.com/ei-dev-assets/assets/VSCodeUserSetup-x64-1.68.1.tmp_nl2qXOsX2p.png) > > ![img](https://storage.googleapis.com/ei-dev-assets/assets/VSCodeUserSetup-x64-1.68.1.tmp_dCm3YjdPYv.png) > > ![img](https://storage.googleapis.com/ei-dev-assets/assets/VSCodeUserSetup-x64-1.68.1.tmp_p7FqhiwlYH.png) > > > [!tip] > > Check the items 'Add "Open with Code" action to Windows Explorer file context menu' and ...'directory context menu'. This will create an option when you right-click a file or folder to open with VSCode. You can also set the default application for filetypes you would like to open in VSCode to VSCode. > > ![img](https://storage.googleapis.com/ei-dev-assets/assets/VSCodeUserSetup-x64-1.68.1.tmp_Fh6rgeoDsB.png) > > ![img](https://storage.googleapis.com/ei-dev-assets/assets/VSCodeUserSetup-x64-1.68.1.tmp_3dvKbQsxfT.png) > - Install the Python Extension by opening VSCode and clicking the 'Extensions' button in the left sidebar, then selecting Python and clicking 'Install'. ![img](https://storage.googleapis.com/ei-dev-assets/assets/Code_HsjEU8LiQ2.png) - Install the Jupyter extension to use Jupyter Notebooks in VS Code. - Install r-editors extension to use R in VS Code You may need to select the miniforge3 interpreter before you use VS Code for the first time. - Use `Ctrl+Shift+P` to open the command palette - Begin typing to find `Python: Select Interpreter`. - Select miniforge3. - Restart VS Code to take effect.