Facebook
From Voluminous Tortoise, 1 Year ago, written in Plain Text.
This paste is a reply to ClickRightVSCode from kang CP - view diff
Embed
Download Paste or View Raw
Hits: 229
  1. Windows Registry Editor Version 5.00
  2. ; Open files
  3. [HKEY_CLASSES_ROOT*shellOpen with VS Code]
  4. @="Edit with VS Code"
  5. "Icon"="C:\Users\davi1\AppData\Local\Programs\Microsoft VS Code\Code.exe,0"
  6. [HKEY_CLASSES_ROOT*shellOpen with VS Codecommand]
  7. @=""C:\Users\davi1\AppData\Local\Programs\Microsoft VS Code\Code.exe" "%1""
  8. ; This will make it appear when you right click ON a folder
  9. ; The "Icon" line can be removed if you don't want the icon to appear
  10. [HKEY_CLASSES_ROOTDirectoryshellvscode]
  11. @="Open Folder as VS Code Project"
  12. "Icon"=""C:\Users\davi1\AppData\Local\Programs\Microsoft VS Code\Code.exe",0"
  13. [HKEY_CLASSES_ROOTDirectoryshellvscodecommand]
  14. @=""C:\Users\davi1\AppData\Local\Programs\Microsoft VS Code\Code.exe" "%1""
  15. ; This will make it appear when you right click INSIDE a folder
  16. ; The "Icon" line can be removed if you don't want the icon to appear
  17. [HKEY_CLASSES_ROOTDirectoryBackgroundshellvscode]
  18. @="Open Folder as VS Code Project"
  19. "Icon"=""C:\Users\davi1\AppData\Local\Programs\Microsoft VS Code\Code.exe",0"
  20. [HKEY_CLASSES_ROOTDirectoryBackgroundshellvscodecommand]
  21. @=""C:\Users\davi1\AppData\Local\Programs\Microsoft VS Code\Code.exe" "%V""