Install Visual Studio Code as a non-root user on a Linux distribution
21:37 19 Sep 2020

What is the de facto approach to install Visual Studio Code on a Linux distribution e.g., Fedora as a non-root user?

In other words, I want to install Visual Studio Code without using sudo permissions. Is there a way to git clone the repository and use it?

visual-studio-code