多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
```json { "files.autoSave": "off", "editor.fontSize": 16, "vetur.validation.template": false, "emmet.triggerExpansionOnTab": true, "editor.wordWrap": "on", "emmet.syntaxProfiles": { "vue-html": "html", "vue": "html" }, "editor.quickSuggestions": { "strings": true }, "editor.tabSize": 2, "editor.multiCursorModifier": "ctrlCmd", "editor.snippetSuggestions": "top", "editor.formatOnPaste": false, "explorer.confirmDragAndDrop": false, "vetur.format.defaultFormatter.html": "js-beautify-html", "vetur.format.defaultFormatterOptions": { "prettier": { "singleQuote": true, "semi": false }, "js-beautify-html": { "wrap_attributes": "force-aligned" } }, "cssrem.rootFontSize": 75, "cssrem.fixedDigits": 4, "extensions.ignoreRecommendations": true, "git.enableSmartCommit": true, "window.zoomLevel": 0, "python.linting.enabled": false, "python.linting.flake8Enabled": true, "vsicons.dontShowNewVersionMessage": true, "files.associations": { "*.wpy": "vue", "*.cjson": "jsonc", "*.wxss": "css", "*.wxs": "javascript", "*.tsx": "typescriptreact" }, "eslint.enable": true, "eslint.run": "onType", "eslint.autoFixOnSave": true, "eslint.options": { "extensions": [".js", ".vue", ".ts"] }, // 以下是按照ESLint格式化代码 // "vetur.format.defaultFormatter.js": "vscode-typescript", "javascript.format.insertSpaceBeforeFunctionParenthesis": true, "editor.detectIndentation": false, "javascript.implicitProjectConfig.experimentalDecorators": true, "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[json]": { "editor.defaultFormatter": "vscode.json-language-features" }, "[html]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[typescript]": { "editor.defaultFormatter": "vscode.typescript-language-features" }, "[jsonc]": { "editor.defaultFormatter": "vscode.json-language-features" }, "emmet.includeLanguages": { "wxml": "html" }, "minapp-vscode.disableAutoConfig": true, "[typescriptreact]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "git.confirmSync": false, "[vue]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "prettier.jsxSingleQuote": true, "prettier.bracketSpacing": false, "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, "typescript.updateImportsOnFileMove.enabled": "never", "prettier.semi": false, // "prettier.packageManager": "yarn", "prettier.singleQuote": true, "auto-close-tag.activationOnLanguage": [ "xml", "php", "blade", "ejs", "jinja", "javascript", "javascriptreact", "typescript", "typescriptreact", "plaintext", "markdown", "vue", "liquid", "erb", "lang-cfml", "cfml", "HTML (EEx)", "HTML (Eex)", "plist" ] } ```