How to open Folder in Visual Studio Code using Ubuntu

There are two ways you can do to open a folder in Ubuntu and open it in Visual Studio Code.

Prerequisites

The steps below assume that you have installed the following prerequisites.

  • Ubuntu operating system. I tested using Ubuntu 22.04 but this will work in most latest Ubuntu Versions.
  • Visual Studio Code is already installed.
Continue reading How to open Folder in Visual Studio Code using Ubuntu

Installing Visual Studio Code for All Users in Windows

I am trying to install Visual Studio Code for all users in Windows but it always installs for a single user. Is there a way to install it one time and it is installed for all users?

Yes, there is a way to install Visual Studio Code for all users in Windows.

TL;DR – Download the System Installer here and install.



The Problem

Visiting the website of Visual Studio Code (code.visualstudio.com) and pressing Download for Windows will download the installer for a single user in Windows.

What if you have multiple users in your Windows computer like me? I have a different User Accounts for different projects and different use cases. I had to install for different users.

Follow the tutorial below to install Visual Studio Code for all Users.

Continue reading Installing Visual Studio Code for All Users in Windows