MandyJin / MandyJin.github.io

靳莹莹的博客
https://mandyjin.github.io/
1 stars 0 forks source link

VsCode首选项配置 #10

Open MandyJin opened 6 years ago

MandyJin commented 6 years ago

== 我还是难以领略VsCode的魅力 但还是得用啊

"editor.quickSuggestions": {
        "strings": true
    },
    "window.zoomLevel": 1,
    "guides.enabled": false,
    "files.autoSave": "off", 
     "eslint.validate": [
        "javascript",
        "javascriptreact",
        "html",
        { "language": "vue", "autoFix": true }
      ],
      "eslint.options": {
         "plugins": ["html"]
    },
    "gitlens.advanced.messages": {
        "suppressShowKeyBindingsNotice": true
    },
    "gitlens.historyExplorer.enabled": true,
MandyJin commented 6 years ago

https://github.com/varHarrie/varharrie.github.io/issues/10