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""   
  • 相关阅读:
    terraform入门操作指南
    linux常用命令
    pssh用法范例
    nginx共享内存使用
    Redis监控指标[转]
    xargs用法笔记
    systemd用法记录一
    esxcli部分常用命令
    lua自定义功能模块table类型转string类型
    curl用法笔记
  • 原文地址:https://www.cnblogs.com/whm-blog/p/8192071.html
Copyright © 2011-2022 走看看