Skip to content

3. VSCode & extensions

NadavT edited this page Apr 2, 2022 · 28 revisions

[TO ADD: short explanation of what VSCode is and why it's useful]


  1. Download & install Visual Studio Code
  2. Go to Extensions (Ctrl+Shift+X) and install the C/C++ Extension Pack.

image

  1. 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".
  2. 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/<username>.

  1. Other recommended extensions:
  • Python - for python development

Clone this wiki locally