Skip to content

Instantly share code, notes, and snippets.

View LiaoGuoYin's full-sized avatar

Coin LiaoGuoYin

View GitHub Profile
@LiaoGuoYin
LiaoGuoYin / vs_code_context_menus.reg
Created July 21, 2023 10:58 — 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
; 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]
@="\"C:\\Users\\Brandon\\scoop\\apps\\vscode\\current\\Code.exe\" \"%1\""