zoukankan      html  css  js  c++  java
  • vscode setting

    {
      "vetur.format.defaultFormatter.html": "js-beautify-html",
      "prettier.semi": false,
      "prettier.singleQuote": true,
      "window.zoomLevel": 1,
      "eslint.autoFixOnSave": false,
      "prettier.eslintIntegration": true,
      "[markdown]": {
        "editor.wordWrap": "on",
        "editor.quickSuggestions": true
      },
      "explorer.confirmDelete": false,
      "editor.minimap.enabled": false,
      "liveServer.settings.donotVerifyTags": true,
      "liveServer.settings.donotShowInfoMsg": true,
      "vetur.format.defaultFormatter.js": "vscode-typescript",
      "editor.tabSize": 2,
      "explorer.confirmDragAndDrop": false,
      "diffEditor.ignoreTrimWhitespace": true,
      "javascript.implicitProjectConfig.experimentalDecorators": true,
      "sync.gist": "cba4f1309da01b5a92bc0353bd9e8062",
      "sync.host": "",
      "sync.pathPrefix": "",
      "sync.quietSync": false,
      "sync.askGistName": false,
      "sync.removeExtensions": true,
      "sync.syncExtensions": true,
      "sync.autoDownload": false,
      "sync.autoUpload": false,
      "sync.lastUpload": "2018-07-31T10:23:58.548Z",
      "sync.lastDownload": "2018-05-28T05:40:26.215Z",
      "sync.forceDownload": false,
      "gitlens.advanced.messages": {
        "suppressShowKeyBindingsNotice": true
      },
      "javascript.format.insertSpaceBeforeFunctionParenthesis": false,
      "emmet.includeLanguages": {
        "javascript": "javascriptreact"
      },
      "breadcrumbs.enabled": true,
      "javascript.updateImportsOnFileMove.enabled": "always"
    }
  • 相关阅读:
    VIJOS-P1340 拯救ice-cream(广搜+优先级队列)
    uva 11754 Code Feat
    uva11426 GCD Extreme(II)
    uvalive 4119 Always an Interger
    POJ 1442 Black Box 优先队列
    2014上海网络赛 HDU 5053 the Sum of Cube
    uvalive 4795 Paperweight
    uvalive 4589 Asteroids
    uvalive 4973 Ardenia
    DP——数字游戏
  • 原文地址:https://www.cnblogs.com/miaolq/p/9686206.html
Copyright © 2011-2022 走看看