How to Add VS Code in your Right Click Menu
This tutorial is intended for those people who can't see the VS Code in the right menu to open a project directory in VS Code. Actually this is my problem for 3 weeks and I am too lazy to find a solution until today that I am tired of always dragging the folder in my workspace.
First thing to do is open your regedit. You can search in your start menu the regedit or just simply press window + R in your keyboard that.
Computer\HKEY_CLASSES_ROOT\Directory\Background\shell
Right Click on the Shell Key and select "New > Key
Give the new key the name that you want to show up on the desktop context menu. For this example we’ll be using Notepad.
Enter the title of your right click command
To complete this step you’ll need the full path to the application that you want to launch. You can use Shift + Right-Click to get the Copy as Path menu item to find this more quickly.
Now click on “command” on the left side, and then double-click on the (Default) key in the right side to edit the string value.
Paste in the full path to the VS Code.
Credits to : https://www.howtogeek.com/howto/windows-vista/add-any-application-to-the-desktop-right-click-menu-in-vista/



