配置1

{
    "prettier.tabWidth": 4,
    // "winopacity.opacity": 300,
    "vetur.format.defaultFormatter.html": "prettier",
    "editor.detectIndentation": false,
    "editor.tabSize": 4,
    "window.zoomLevel": 1,
    "vetur.format.options.tabSize": 4,
    "editor.fontSize": 20,
    "editor.fontFamily": "Fira Code, Consolas", //Fira Code
    "editor.fontLigatures": true,
    "editor.formatOnType": true,
    "editor.renderWhitespace": "none",
    "editor.wordSeparators": "`~!@#$%^&*()=+[{]}\\|;:'\",.<>/?",
    "extensions.autoUpdate": true,
    "emmet.syntaxProfiles": {
        "vue-html": "html",
        "vue": "html",
        // "javascript": "jsx",
        "javascript": "html"
    },
    "emmet.includeLanguages": {
        "vue-html": "html",
        "vue": "html",
        "javascript": "javascriptreact",
        "wxml": "html"
    },
    "emmet.triggerExpansionOnTab": true,
    "terminal.external.windowsExec": "C:\\#Alan\\Software\\cmder\\Cmder.exe",
    "eslint.validate": [
        "javascript",
        "javascriptreact",
        "vue-html",
        {
            "language": "vue",
            "autoFix": true
        },
        "html",
        "vue"
    ],
    // 需要 npm install -g eslint-plugin-vue
    "eslint.options": {
        "extensions": [".js", ".vue"]
    },
    "files.associations": {
        "*.vue": "vue",
        "*.js": "javascript",
        "*.cjson": "jsonc",
        "*.wxss": "css",
        "*.wxs": "javascript",
        "*.json": "jsonc"
    },
    "editor.cursorBlinking": "smooth",
    "sync.gist": "0098ebc82c9c1ac3237c27c11ba0cca9",
    "sync.lastUpload": "2018-08-21T00:41:00.355Z",
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.lastDownload": "2017-09-23T11:59:03.285Z",
    "sync.forceDownload": false,
    "sync.host": "",
    "sync.pathPrefix": "",
    "sync.quietSync": false,
    "editor.renderIndentGuides": false,
    "search.exclude": {
        "**/node_modules": true,
        "**/bower_components": true,
        "**/dist": true
    },
    "vetur.format.styleInitialIndent": true,
    "vetur.format.scriptInitialIndent": true,
    "eslint.autoFixOnSave": true,
    "window.zoomLevel": 0,
    "sync.askGistName": false,
    "fileheader.Author": "Alan-Yih",
    "workbench.startupEditor": "newUntitledFile",
    "liveServer.settings.donotShowInfoMsg": true,
    "git.confirmSync": false,
    "explorer.confirmDragAndDrop": false,
    "explorer.confirmDelete": false,
    "workbench.colorCustomizations": {},
    // "materialTheme.cache.workbench.settings": {
    //     "accentPrevious": "Purple",
    //     "themeColours": "Default"
    // },
    "python.disablePromptForFeatures": ["pylint"],
    "python.linting.flake8Enabled": true,
    "material-icon-theme.folders.color": "ff6501",
    "material-icon-theme.activeIconPack": "react",
    "sync.removeExtensions": true,
    "sync.syncExtensions": true,
    "editor.quickSuggestions": {
        "strings": true
    },
    "element-helper.version": "2.3",
    "editor.wordWrap": "on",
    "gitlens.advanced.messages": {
        "suppressShowKeyBindingsNotice": true
    },
    "gitlens.historyExplorer.enabled": true,
    "minapp-vscode.disableAutoConfig": true,
    "breadcrumbs.enabled": true,
    "px-to-rem.px-per-rem": 37.5,
    "javascript.updateImportsOnFileMove.enabled": "always",
    "editor.smoothScrolling": true,
    "liveServer.settings.port": 5508,
    "workbench.colorTheme": "Night Owl (No Italics)",
    "eslint.alwaysShowStatus": true,
    "workbench.iconTheme": "vscode-icons",
    "[html]": {
        "editor.defaultFormatter": "vscode.html-language-features"
    },
    "[javascript]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[json]": {
        "editor.defaultFormatter": "HookyQR.beautify"
    },
    "editor.codeActionsOnSave": {
        "source.fixAll.eslint": true
    },
    "[vue]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "editor.defaultFormatter": "esbenp.prettier-vscode",
    "editor.formatOnSave": true,
    "git.autofetch": true,
    "hediet.vscode-drawio.local-storage": "eyIuZHJhd2lvLWNvbmZpZyI6IntcImxhbmd1YWdlXCI6XCJcIixcImN1c3RvbUZvbnRzXCI6W10sXCJsaWJyYXJpZXNcIjpcImdlbmVyYWxcIixcImN1c3RvbUxpYnJhcmllc1wiOltcIkwuc2NyYXRjaHBhZFwiXSxcInBsdWdpbnNcIjpbXSxcInJlY2VudENvbG9yc1wiOltdLFwiZm9ybWF0V2lkdGhcIjowLFwiY3JlYXRlVGFyZ2V0XCI6ZmFsc2UsXCJwYWdlRm9ybWF0XCI6e1wieFwiOjAsXCJ5XCI6MCxcIndpZHRoXCI6ODI3LFwiaGVpZ2h0XCI6MTE2OX0sXCJzZWFyY2hcIjp0cnVlLFwic2hvd1N0YXJ0U2NyZWVuXCI6dHJ1ZSxcImdyaWRDb2xvclwiOlwiI2QwZDBkMFwiLFwiZGFya0dyaWRDb2xvclwiOlwiIzZlNmU2ZVwiLFwiYXV0b3NhdmVcIjp0cnVlLFwicmVzaXplSW1hZ2VzXCI6bnVsbCxcIm9wZW5Db3VudGVyXCI6MCxcInZlcnNpb25cIjoxOCxcInVuaXRcIjoxLFwiaXNSdWxlck9uXCI6ZmFsc2UsXCJ1aVwiOlwiXCJ9In0="
    // wxb88afe2feec4e6e0
}

你可能感兴趣的:(配置1)