| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "[html]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
- "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
- "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
- "[jsonc]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
- "[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
- "[vue]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
- "docthis.authorName": "chuzhixin 1204505056@qq.com",
- "docthis.enableHungarianNotationEvaluation": true,
- "docthis.includeAuthorTag": true,
- "docthis.includeDescriptionTag": true,
- "docthis.inferTypesFromNames": true,
- "editor.codeActionsOnSave": { "source.fixAll.stylelint": true, "source.fixAll.eslint": true, "source.organizeImports": true },
- "editor.detectIndentation": false,
- "editor.formatOnSave": true,
- "editor.formatOnType": true,
- "editor.quickSuggestions": { "strings": true },
- "editor.suggest.snippetsPreventQuickSuggestions": false,
- "editor.tabSize": 2,
- "emmet.triggerExpansionOnTab": true,
- "explorer.confirmDelete": false,
- "files.autoSave": "onFocusChange",
- "files.eol": "\n",
- "files.exclude": { "**/.idea": true },
- "git.autofetch": true,
- "git.confirmSync": false,
- "git.enableSmartCommit": true,
- "javascript.format.enable": true,
- "javascript.format.semicolons": "remove",
- "javascript.updateImportsOnFileMove.enabled": "always",
- "liveServer.settings.donotShowInfoMsg": true,
- "path-intellisense.mappings": { "@": "${workspaceRoot}/src" },
- "prettier.htmlWhitespaceSensitivity": "ignore",
- "prettier.vueIndentScriptAndStyle": true,
- "stylelint.validate": ["vue", "scss"],
- "typescript.format.semicolons": "remove",
- "typescript.updateImportsOnFileMove.enabled": "always",
- "vue.codeActions.savingTimeLimit": 100000,
- "workbench.colorTheme": "One Monokai",
- "cSpell.words": [
- "aliyun",
- "autofix",
- "axios",
- "backtop",
- "beforeinstallprompt",
- "cascader",
- "catched",
- "chuzhixin",
- "ctitle",
- "datetime",
- "echarts",
- "gantt",
- "gitee",
- "globle",
- "jsencrypt",
- "kangc",
- "lllustration",
- "logicflow",
- "mockjs",
- "nprogress",
- "openai",
- "Openeds",
- "picocolors",
- "pinia",
- "qianwen",
- "RBAC",
- "remixicon",
- "stylelint",
- "taobao",
- "textareas",
- "Tongyiqianwen",
- "treemap",
- "typeit",
- "unplugin",
- "unref",
- "unsub",
- "vite",
- "vitebar",
- "vuejs",
- "vueuse",
- "wangeditor",
- "xgplayer",
- "yiyan",
- "zhangwenjia",
- "zxwk"
- ]
- }
|