Skip to content

Instantly share code, notes, and snippets.

View AhmedSaladin's full-sized avatar

Ahmed Saladin AhmedSaladin

View GitHub Profile
@AhmedSaladin
AhmedSaladin / vs_code_context_menus.reg
Last active May 26, 2021 17:02 — forked from brandon93s/vs_code_context_menus.reg
Add context menu options for Visual Studio Code installed via scoop
Windows Registry Editor Version 5.00
; Hint: change all paths to work will
; C:\\Users\\"windows user account"\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe (default path at 26-5-2021)
; if you change installation path add your installation path in script before run it to work great.
; Open files
[HKEY_CLASSES_ROOT\*\shell\Open with VS Code]
@="Edit with VS Code"
"Icon"="C:\\Users\\Brandon\\scoop\\apps\\vscode\\current\\Code.exe,0"
[HKEY_CLASSES_ROOT\*\shell\Open with VS Code\command]