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""   
  • 相关阅读:
    shift
    start
    exit
    call
    goto
    Activity生命周期(二)
    color 和 mode
    pause 和 title
    day 4 飞机大战-面向对象
    day 3 创建窗口,移动-函数版
  • 原文地址:https://www.cnblogs.com/whm-blog/p/8192071.html
Copyright © 2011-2022 走看看