How to install and use Visual Studio Code on Manjaro?

Published on Aug. 22, 2023, 12:20 p.m.

To install and use Visual Studio Code (VS Code) on Manjaro Linux, you can follow these steps:

  1. Open the terminal application.
  2. Update your system by running the command: sudo pacman -Syu
  3. Install VS Code from the Manjaro repository using the command: sudo pacman -S code
  4. Wait for the installation to complete.
  5. Once installed, you can launch VS Code from the applications menu or by typing code in the terminal.
  6. You can also install extensions from the extensions market place by clicking the Extensions icon on the left side of the VS Code.

That’s how you can install and use Visual Studio Code on Manjaro Linux.