Dmitry Polyakovsky
Dmitry Polyakovsky

Reputation: 1585

Open only specific folder in Visual Studio Code on Ubuntu 12.04

I downloaded latest VScode from https://code.visualstudio.com/ on my Ubuntu 12.04. The problem is when I do File / Open Folder and choose a specific folder it opens my entire /home/username in Explore section. It even shows the hidden folders and files which is really annoying.

Has anyone seen this behavior and has suggestions on how to fix it?

Upvotes: 1

Views: 2232

Answers (1)

Dmitry Polyakovsky
Dmitry Polyakovsky

Reputation: 1585

Thanks to Benjamin's suggestion here is a workaround:

./Code ~/folder_name/

Upvotes: 2

Related Questions