| { |
| "editor.quickSuggestions": { |
| "other": true, |
| "comments": true, |
| "strings": true |
| }, |
| "editor.fontSize": 16, |
| "editor.wordWrap": "off", |
| "merge-conflict.autoNavigateNextConflict.enabled": true, |
| "editor.suggest.snippetsPreventQuickSuggestions": false, |
| "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, |
| "prettier.trailingComma": "es5", |
| |
| "editor.detectIndentation": false, |
| "editor.tabSize": 2, |
| "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", |
| "stylusSupremacy.insertColons": false, |
| "stylusSupremacy.insertSemicolons": false, |
| "stylusSupremacy.insertBraces": false, |
| "stylusSupremacy.insertNewLineAroundImports": false, |
| "stylusSupremacy.insertNewLineAroundBlocks": false, |
| "files.associations": { |
| "*.cjson": "jsonc", |
| "*.wxss": "css", |
| "*.wxs": "javascript" |
| }, |
| "emmet.includeLanguages": { |
| "wxml": "html" |
| }, |
| "minapp-vscode.disableAutoConfig": true, |
| "[less]": { |
| "editor.defaultFormatter": "michelemelluso.code-beautifier" |
| }, |
| "[css]": { |
| "editor.defaultFormatter": "michelemelluso.code-beautifier" |
| }, |
| "csscomb.ignoreFilesOnSave": [], |
| "background.customImages": [ |
| "file:///D:/24773542.jpg" |
| ], |
| "background.enabled": true, |
| "workbench.editorAssociations": { |
| "*.ipynb": "jupyter.notebook.ipynb" |
| }, |
| "wxmlConfig.activeColor": { |
| "color": "#e5c07b" |
| }, |
| "editor.codeActionsOnSave": { |
| "source.fixAll.eslint": true |
| }, |
| "wxapp-helper.component.wxml": "", |
| "terminal.integrated.tabs.enabled": true, |
| "git.confirmSync": false, |
| "diffEditor.wordWrap": "off", |
| "eslint.migration.2_x": "off", |
| "workbench.colorCustomizations": {}, |
| "winopacity.opacity": 255, |
| "vsicons.dontShowNewVersionMessage": true, |
| "editor.fontLigatures": null, |
| |
| "files.trimTrailingWhitespace": true, |
| |
| "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", |
| "eslint.autoFixOnSave": true, |
| "files.autoSave": "off", |
| "eslint.validate": [ |
| "javascript", |
| "javascriptreact", |
| "vue-html", |
| { |
| "language": "vue", |
| "autoFix": true |
| }, |
| ], |
| "eslint.run": "onSave", |
| "[vue]": { |
| "editor.defaultFormatter": "esbenp.prettier-vscode" |
| }, |
| "[javascript]": { |
| "editor.defaultFormatter": "esbenp.prettier-vscode" |
| }, |
| "[jsonc]": { |
| "editor.defaultFormatter": "vscode.json-language-features" |
| }, |
| "[typescript]": { |
| "editor.defaultFormatter": "vscode.typescript-language-features" |
| }, |
| "[html]": { |
| "editor.defaultFormatter": "vscode.html-language-features" |
| }, |
| "[json]": { |
| "editor.defaultFormatter": "esbenp.prettier-vscode" |
| }, |
| "workbench.startupEditor": "newUntitledFile", |
| "wxapp-helper.component.name": "" |
| } |
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· DeepSeek 开源周回顾「GitHub 热点速览」
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了