Uninstalling VS Code

To uninstall VS Code and all of its config files run:

$  sudo pacman -R visual-studio-code-bin

 


How to install Visual Studio Code on Arch-based Linux Distributions(Manjaro) ?

Visual Studio Code is free, powerful and one of the most popular IDE in the market. It is a cross-platform application and can be customized heavily by installing various extensions.  All the modern programming languages like C, C++, Java, Python, JavaScript, React, Node JS, etc., are all supported by it.

Similar Reads

Features of VS Code

Open-source Integrated terminal(CLI) Git Integration Task runner Large community Thousands of extensions Inbuilt support for multi-cursor and text-wrapping...

Installing VS Code

For this tutorial, we are going to use the Yay AUR helper, which is one of the many AUR helpers that can be used to install AUR packages....

Uninstalling VS Code

To uninstall VS Code and all of its config files run:...