We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Code Editors on WSL

If you're on Mac or Linux (non-WSL), you can skip this step.

If you're on WSL, your code editor needs to access your Linux filesystem. How you set this up depends on which editor you chose.

Zed (Recommended)

Zed has built-in WSL support:

  1. Open Zed and go to File > Open Remote or open command palette (Ctrl+Shift+P) and run project: open remote.
  2. Select Add WSL Distro > Ubuntu > Open Folder.
  3. Navigate to any directory.

Alternatively, from your WSL terminal you can run zed . to open the current directory in Zed.

Once connected, use Ctrl+Shift+E to open the file explorer sidebar.

VS Code

If you're using VS Code, you need to set up VS Code to work with WSL:

  1. Open VS Code and navigate to the "Extensions" menu on the left-hand toolbar.
  2. Search for "WSL" and install the extension created by Microsoft.
  3. In the very bottom-left corner of VS Code, there should be a >< remote button. Click on that and select "Connect to WSL using Distro" and select "Ubuntu."

Assignment

Congrats on completing the course!

You won't need the worldbanc directory for future courses, so you can delete it if you want.