zoukankan      html  css  js  c++  java
  • vscode 注册表

    Windows Registry Editor Version 5.00   
       
    ; Open files   
    [HKEY_CLASSES_ROOT*shellOpen with VS Code]   
    @="用VsCode编辑"   
    "Icon"="C:\Program Files\Microsoft VS Code\Code.exe,0"   
       
    [HKEY_CLASSES_ROOT*shellOpen with VS Codecommand]   
    @=""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_ROOTDirectoryshellvscode]   
    @="用VsCode打开此文件夹"   
    "Icon"=""C:\Program Files\Microsoft VS Code\Code.exe",0"   
       
    [HKEY_CLASSES_ROOTDirectoryshellvscodecommand]   
    @=""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_ROOTDirectoryBackgroundshellvscode]   
    @="用VsCode打开此文件夹"   
    "Icon"=""C:\Program Files\Microsoft VS Code\Code.exe",0"   
       
    [HKEY_CLASSES_ROOTDirectoryBackgroundshellvscodecommand]   
    @=""C:\Program Files\Microsoft VS Code\Code.exe" "%V""   
  • 相关阅读:
    逆变和协变
    委托的泛型版本
    委托的协变和逆变
    IIS8应用池重启脚本
    JS获取url参数及url编码、解码
    Jmeter压测Thrift服务接口
    浏览器插件及好用的小工具
    Jmeter入门实例
    BugBash活动分享
    如何作缺陷分析
  • 原文地址:https://www.cnblogs.com/whm-blog/p/8192071.html
Copyright © 2011-2022 走看看