1

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?

Dmitry Polyakovsky
  • 1,535
  • 11
  • 31

1 Answers1

2

Thanks to Benjamin's suggestion here is a workaround:

./Code ~/folder_name/
Community
  • 1
  • 1
Dmitry Polyakovsky
  • 1,535
  • 11
  • 31
  • VSCode adds an alias (quite sure it's by default) names ```code``` which opens the VSCode. ```code ~/folder/folder/``` will open that folder. (works on files too) (very much suggested) – Shani Kehati Jun 29 '21 at 12:53