Replies: 2 comments 6 replies
-
Looks like the command don't work: "C:\Program Files\Google\Chrome\Application\chrome_proxy.exe"
--profile-directory=Default
--app-id=jhajnhdfkmhndfgenjbbhfohenlappdi
"PATH/FILE.EXTENSION" If have some strategy to make this work maybe create a "open with..." become a reality: Windows Registry Editor Version 5.00
; Open files [HKEY_CLASSES_ROOT\*\shell\Open with VS Code] @="Edit with VS Code"
"Icon"="C:\\Program Files\\Microsoft VS Code\\Code.exe,0"
[HKEY_CLASSES_ROOT\*\shell\Open with VS Code\command]
@="\"C:\\Program Files\\Microsoft VS Code\\Code.exe\" \"%1\""
; This will make it appear when you right click ON a folder
; The "Icon" line can be removed if you don't want the icon to appear
[HKEY_CLASSES_ROOT\Directory\shell\vscode]
@="Open in VS Code"
"Icon"="\"C:\\Program Files\\Microsoft VS Code\\Code.exe\",0"
[HKEY_CLASSES_ROOT\Directory\shell\vscode\command]
@="\"C:\\Program Files\\Microsoft VS Code\\Code.exe\" \"%1\""
; This will make it appear when you right click INSIDE a folder
; The "Icon" line can be removed if you don't want the icon to appear
[HKEY_CLASSES_ROOT\Directory\Background\shell\vscode]
@="Open in VS Code"
"Icon"="\"C:\\Program Files\\Microsoft VS Code\\Code.exe\",0"
[HKEY_CLASSES_ROOT\Directory\Background\shell\vscode\command]
@="\"C:\\Program Files\\Microsoft VS Code\\Code.exe\" \"%V\"" |
Beta Was this translation helpful? Give feedback.
0 replies
-
It looks like this is for native VS Code in which case the repo you want is this one: https://github.com/microsoft/vscode/ |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried this solution here to select a extension and open direct on coder server but dont works, i know the API on chrome is stable now but I can't find a solution, any directions?
Beta Was this translation helpful? Give feedback.
All reactions