| { |
| "editor.parameterHints": true, |
| "editor.quickSuggestions": { |
| "other": true, |
| "comments": true, |
| "strings": true |
| }, |
| "window.zoomLevel": 0, |
| "merge-conflict.autoNavigateNextConflict.enabled": true, |
| "files.autoSave": "onWindowChange", |
| "editor.suggest.snippetsPreventQuickSuggestions": false, |
| "[vue]": { |
| "editor.defaultFormatter": "esbenp.prettier-vscode" |
| }, |
| "[javascript]": { |
| "editor.defaultFormatter": "vscode.typescript-language-features" |
| }, |
| "emmet.excludeLanguages": [ |
| "markdown" |
| ], |
| "diffEditor.ignoreTrimWhitespace": false, |
| "workbench.iconTheme": "vscode-icons", |
| "beautify.ignore": "", |
| "beautify.config": "", |
| "editor.formatOnType": true, |
| "editor.formatOnSave": true, |
| "editor.formatOnPaste": true, |
| "prettier.requireConfig": true, |
| |
| "editor.detectIndentation": false, |
| |
| "editor.tabSize": 2, |
| |
| "eslint.autoFixOnSave": true, |
| |
| "eslint.validate": [ |
| "javascript", |
| "javascriptreact", |
| { |
| "language": "vue", |
| "autoFix": true |
| } |
| ], |
| |
| |
| "prettier.eslintIntegration": true, |
| |
| "prettier.semi": false, |
| |
| "prettier.singleQuote": true, |
| |
| "javascript.format.insertSpaceBeforeFunctionParenthesis": true, |
| |
| "vetur.format.defaultFormatter.html": "js-beautify-html", |
| |
| "vetur.format.defaultFormatter.js": "vscode-typescript", |
| "vetur.format.defaultFormatterOptions": { |
| "js-beautify-html": { |
| "wrap_attributes": "force-aligned" |
| |
| } |
| }, |
| |
| "stylusSupremacy.insertColons": false, |
| "stylusSupremacy.insertSemicolons": false, |
| "stylusSupremacy.insertBraces": false, |
| "stylusSupremacy.insertNewLineAroundImports": false, |
| "stylusSupremacy.insertNewLineAroundBlocks": false, |
| "[html]": { |
| "editor.defaultFormatter": "HookyQR.beautify" |
| }, |
| "files.associations": { |
| "*.cjson": "jsonc", |
| "*.wxss": "css", |
| "*.wxs": "javascript" |
| }, |
| "emmet.includeLanguages": { |
| "wxml": "html" |
| }, |
| "minapp-vscode.disableAutoConfig": true, |
| } |
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· 记一次.NET内存居高不下排查解决与启示
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· .NET10 - 预览版1新功能体验(一)