Skip to content

Instantly share code, notes, and snippets.

View MS-Jahan's full-sized avatar
💭
Just #A_Computer_Nerd.

Md. Sarwar Jahan Sabit MS-Jahan

💭
Just #A_Computer_Nerd.
View GitHub Profile
@MS-Jahan
MS-Jahan / vsCodeOpenFolder.reg
Created August 30, 2024 13:50
Add "Open folder with VS Code" in the context menu.
Windows Registry Editor Version 5.00
; Open files
[HKEY_CLASSES_ROOT\*\shell\Open with VS Code]
@="Edit with VS Code"
"Icon"="C:\\Users\\User\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe,0"
[HKEY_CLASSES_ROOT\*\shell\Open with VS Code\command]
@="\"C:\\Users\\User\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe\" \"%1\""