zoukankan      html  css  js  c++  java
  • 将VScode 快捷打开方式添加到右键

    建立一个注册表文件,  以xxx.reg 命名,然后将 以一下内容写入到文件内.  实际路径要以安装目录一致. 写好之后双击打开即可

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT*shellVSCode]
    @="Open with Code"
    "Icon"="C:\Program Files\Microsoft VS Code\Code.exe"

    [HKEY_CLASSES_ROOT*shellVSCodecommand]
    @=""C:\Program Files\Microsoft VS Code\Code.exe" "%1""

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOTDirectoryshellVSCode]
    @="Open with Code"
    "Icon"="C:\Program Files\Microsoft VS Code\Code.exe"

    [HKEY_CLASSES_ROOTDirectoryshellVSCodecommand]
    @=""C:\Program Files\Microsoft VS Code\Code.exe" "%V""

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOTDirectoryBackgroundshellVSCode]
    @="Open with Code"
    "Icon"="C:\Program Files\Microsoft VS Code\Code.exe"

    [HKEY_CLASSES_ROOTDirectoryBackgroundshellVSCodecommand]
    @=""C:\Program Files\Microsoft VS Code\Code.exe" "%V""

    大道三千,条条皆可证道。道心不可失。
  • 相关阅读:
    C/C++ 库函数 是否调用 WinAPI
    获得图形的实际坐标值
    电影
    adobe flash player 下载地址
    加速软件
    电影_排行榜
    transform
    MyEclipse
    Android
    AAA
  • 原文地址:https://www.cnblogs.com/aashui/p/14911697.html
Copyright © 2011-2022 走看看