Skip to content

3. VSCode & extensions

Yaniv Carmel edited this page Apr 2, 2022 · 28 revisions

Visual Studio Code (VSCode) is an open-source IDE we love :)


  1. Download & install Visual Studio Code.
  2. Go to Extensions (Ctrl+Shift+X) and install "C/C++ Extension Pack".
  3. Open the Command Palette (Ctrl+Shift+P) - this is a useful shortcut that provides access to many VSCode commands. Type and choose "Remote-WSL: New WSL Windows".
  4. In the newly opened window, open the Command Palette (Ctrl+Shift+P). Type and choose "Clone from GitHub". Then, copy and paste your repository link from GitHub, as shown in the image.

  1. You'll be asked where you'd like to clone your repository to. Choose /home/<your username>.

  1. Other recommended extensions: Python - for python development

Clone this wiki locally