Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VSCode Win Shortcut to Launch with Open Folder Command

I have 10 applications that I constantly work on. At times I need to open them all up separately to run bash commands on them. Is there a way I can create a windows shortcut for each folder, then I select all 10 shortcuts and click enter to initiate 10 different VSCode applications each opens up with their respective folder I set to?

like image 384
Extelliqent Avatar asked Jun 08 '26 15:06

Extelliqent


1 Answers

(Windows 10) To open VS Code in desired directory using shortcut:

  • Create shortcut to Visual Code Studio app,
  • Right click on the shortcut and select Properties,
  • In Target field append your directory path (remember to use quotes " " if there are spaces in the path).

Screenshot

like image 152
Amolski Avatar answered Jun 10 '26 03:06

Amolski