zoukankan      html  css  js  c++  java
  • vscode 习惯配置

    {
        "gitlens.advanced.messages": {
            "suppressShowKeyBindingsNotice": true
        },
        "workbench.colorTheme": "Monokai",
        "workbench.iconTheme": "material-icon-theme",
        "editor.formatOnType": false,
        "editor.formatOnSave": false,
        "vetur.format.defaultFormatter.html": "js-beautify-html",
        
        "terminal.integrated.shell.windows": "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe",
        "gitlens.historyExplorer.enabled": true,
        "files.associations": {
            "*.ips": "log"
        },
        "editor.parameterHints": false,
        "search.followSymlinks": false,
        "window.zoomLevel": 0,
        "vetur.validation.template": false
    }
    

      

    https://www.tongbiao.xyz/
  • 相关阅读:
    SQL Challenges靶机
    XSS靶机1
    djinn靶机
    Sunset靶机
    统计学 一 集中趋势
    测试
    测试
    统计学 一 集中趋势
    算法分析
    代码测试
  • 原文地址:https://www.cnblogs.com/tongbiao/p/9405762.html
Copyright © 2011-2022 走看看