zoukankan      html  css  js  c++  java
  • vscode 常用配置

    {
      "workbench.iconTheme": "vscode-icons",
      "editor.tabSize": 2,
      "editor.detectIndentation": false,
      "editor.formatOnSave": true,
      "vetur.format.defaultFormatter.js": "vscode-typescript",
      "vetur.validation.template": false,
      "eslint.autoFixOnSave": true,
      "eslint.validate": [
        "javascript",
        "javascriptreact",
        "html",
        "vue",
        {
          "language": "html",
          "autoFix": true
        },
        {
          "language": "vue",
          "autoFix": true
        }
      ],
      "javascript.format.insertSpaceBeforeFunctionParenthesis": true,
      "files.autoSave": "afterDelay",
      "background.customImages": [
        "file:///C:/Users/jack_blue/Pictures/Camera Roll/bg.jpg"
      ],
      "background.useDefault": false,
      "background.style": {
        "content": "''",
        "pointer-events": "none",
        "position": "absolute",
        "z-index": "99999",
        "width": "100%",
        "height": "100%",
        "background-position": "center",
        "background-repeat": "no-repeat",
        "opacity": 0.1
      },
      "gitlens.advanced.messages": {
        "suppressCommitHasNoPreviousCommitWarning": false,
        "suppressCommitNotFoundWarning": false,
        "suppressFileNotUnderSourceControlWarning": false,
        "suppressGitVersionWarning": false,
        "suppressLineUncommittedWarning": false,
        "suppressNoRepositoryWarning": false,
        "suppressResultsExplorerNotice": false,
        "suppressShowKeyBindingsNotice": true
      },
    }
  • 相关阅读:
    S02_CH15_ AXI_OLED 实验
    S02_CH14_ EMIO_OLED 实验
    S02_CH13_ AXI_PWM 实验
    S02_CH12_ AXI_Lite 总线详解
    【第二季】CH11_ ZYNQ软硬调试高级技巧
    bzoj3028 食物
    Hdu3579 Hello Kiki
    bzoj4872 [Shoi2017]分手是祝愿
    bzoj4873 [Shoi2017]寿司餐厅
    省选模拟赛 LYK loves rabbits(rabbits)
  • 原文地址:https://www.cnblogs.com/xkloveme/p/9039243.html
Copyright © 2011-2022 走看看