Skip to content

VS Code

Installation

To install, use:

Terminal window
winget install Microsoft.VisualStudioCode

Settings

  • View -> Appearance -> Move Primary Sidebar Right
  • Activate synchronization with the github account
  • Font: “FiraCode Nerd Font” as main font, with ligatures ON.
  • Format On Save: ON
  • Terminal: Use PowerShell7 as external shell
  • terminal.integrated.defaultProfile.windows: set integrated terminal to PowerShell (v7) on the Windows profile

Extensions

Web development

  • Astro (astro-build.astro-vscode)
  • MDX (unifiedjs.vscode-mdx)

Python development

  • Python (ms-python.python)

Tooling

  • WSL (ms-vscode-remote.remote-wsl)
  • Codeium (codeium.codeium) ⚠️Doesn’t work in WSL⚠️