xingyu
2023-11-23 7191ebc122762840142ba5d83f73608325f6c5cb
提交 | 用户 | age
ad3688 1 {
V 2   "typescript.tsdk": "./node_modules/typescript/lib",
4d7001 3   "volar.tsPlugin": true,
V 4   "volar.tsPluginStatus": false,
3fcfac 5   "npm.packageManager": "pnpm",
a89eee 6   "editor.tabSize": 2,
970d40 7   "editor.defaultFormatter": "esbenp.prettier-vscode",
a96cb2 8   "files.eol": "\n",
ad3688 9   "search.exclude": {
V 10     "**/node_modules": true,
11     "**/*.log": true,
12     "**/*.log*": true,
13     "**/bower_components": true,
14     "**/dist": true,
15     "**/elehukouben": true,
16     "**/.git": true,
17     "**/.gitignore": true,
18     "**/.svn": true,
19     "**/.DS_Store": true,
20     "**/.idea": true,
21     "**/.vscode": false,
22     "**/yarn.lock": true,
7bfe5f 23     "**/tmp": true,
V 24     "out": true,
25     "dist": true,
26     "node_modules": true,
27     "CHANGELOG.md": true,
28     "examples": true,
29     "res": true,
4f20d4 30     "screenshots": true,
V 31     "yarn-error.log": true,
32     "**/.yarn": true
ad3688 33   },
V 34   "files.exclude": {
4f20d4 35     "**/.cache": true,
V 36     "**/.editorconfig": true,
37     "**/.eslintcache": true,
ad3688 38     "**/bower_components": true,
V 39     "**/.idea": true,
40     "**/tmp": true,
41     "**/.git": true,
42     "**/.svn": true,
43     "**/.hg": true,
44     "**/CVS": true,
45     "**/.DS_Store": true
46   },
47   "files.watcherExclude": {
48     "**/.git/objects/**": true,
49     "**/.git/subtree-cache/**": true,
50     "**/.vscode/**": true,
51     "**/node_modules/**": true,
52     "**/tmp/**": true,
53     "**/bower_components/**": true,
54     "**/dist/**": true,
55     "**/yarn.lock": true
56   },
57   "stylelint.enable": true,
5db125 58   "stylelint.validate": ["css", "less", "postcss", "scss", "vue", "sass"],
ad3688 59   "path-intellisense.mappings": {
V 60     "/@/": "${workspaceRoot}/src"
61   },
62   "[javascriptreact]": {
63     "editor.defaultFormatter": "esbenp.prettier-vscode"
64   },
65   "[typescript]": {
66     "editor.defaultFormatter": "esbenp.prettier-vscode"
67   },
68   "[typescriptreact]": {
69     "editor.defaultFormatter": "esbenp.prettier-vscode"
70   },
71   "[html]": {
72     "editor.defaultFormatter": "esbenp.prettier-vscode"
73   },
74   "[css]": {
75     "editor.defaultFormatter": "esbenp.prettier-vscode"
76   },
77   "[less]": {
78     "editor.defaultFormatter": "esbenp.prettier-vscode"
79   },
80   "[scss]": {
81     "editor.defaultFormatter": "esbenp.prettier-vscode"
82   },
83   "[markdown]": {
84     "editor.defaultFormatter": "esbenp.prettier-vscode"
85   },
86   "editor.codeActionsOnSave": {
ba2415 87     "source.fixAll.eslint": true,
V 88     "source.fixAll.stylelint": true
962f90 89   },
b7ce74 90   "[vue]": {
V 91     "editor.codeActionsOnSave": {
5db125 92       "source.fixAll.eslint": true,
V 93       "source.fixAll.stylelint": true
0b9dd9 94     },
IW 95     "editor.defaultFormatter": "esbenp.prettier-vscode"
b7ce74 96   },
31ff05 97   "i18n-ally.localesPaths": ["src/locales/lang"],
962f90 98   "i18n-ally.keystyle": "nested",
V 99   "i18n-ally.sortKeys": true,
100   "i18n-ally.namespace": true,
7bfe5f 101   "i18n-ally.pathMatcher": "{locale}/{namespaces}.{ext}",
c24e0e 102   "i18n-ally.enabledParsers": ["json"],
1418dc 103   "i18n-ally.sourceLanguage": "en",
1f55c4 104   "i18n-ally.displayLanguage": "zh-CN",
4f20d4 105   "i18n-ally.enabledFrameworks": ["vue", "react"],
e8d6f8 106   "cSpell.words": [
bab28a 107     "antd",
e8d6f8 108     "antv",
bab28a 109     "brotli",
X 110     "browserslist",
111     "codemirror",
112     "commitlint",
113     "cropperjs",
114     "echarts",
115     "esnext",
116     "esno",
117     "iconify",
118     "INTLIFY",
119     "lintstagedrc",
120     "logicflow",
121     "mockjs",
122     "nprogress",
123     "pinia",
124     "pnpm",
e8d6f8 125     "qrcode",
V 126     "sider",
680ad0 127     "sortablejs",
bab28a 128     "stylelint",
5e17cc 129     "tailwindcss",
bab28a 130     "tinymce",
7191eb 131     "unocss",
bab28a 132     "unref",
X 133     "vben",
134     "vditor",
7191eb 135     "Vite",
bab28a 136     "vitejs",
X 137     "vueuse",
138     "zxcvbn"
e09a79 139   ],
C 140   "vetur.format.scriptInitialIndent": true,
141   "vetur.format.styleInitialIndent": true,
165743 142   "vetur.validation.script": false,
CZ 143   "MicroPython.executeButton": [
144     {
145       "text": "▶",
146       "tooltip": "运行",
147       "alignment": "left",
148       "command": "extension.executeFile",
149       "priority": 3.5
150     }
151   ],
152   "MicroPython.syncButton": [
153     {
154       "text": "$(sync)",
155       "tooltip": "同步",
156       "alignment": "left",
157       "command": "extension.execute",
158       "priority": 4
159     }
2cca7e 160   ],
V 161   // 控制相关文件嵌套展示
162   "explorer.fileNesting.enabled": true,
163   "explorer.fileNesting.expand": false,
164   "explorer.fileNesting.patterns": {
165     "*.ts": "$(capture).test.ts, $(capture).test.tsx",
166     "*.tsx": "$(capture).test.ts, $(capture).test.tsx",
167     "*.env": "$(capture).env.*",
dc3956 168     "CHANGELOG.md": "CHANGELOG*",
5e4be0 169     "package.json": "pnpm-lock.yaml,pnpm-workspace.yaml,LICENSE,.gitattributes,.gitignore,.gitpod.yml,CNAME,README*,.npmrc,.browserslistrc",
dc3956 170     ".eslintrc.js": ".eslintignore,.prettierignore,.stylelintignore,.commitlintrc.js,.prettierrc.js,.stylelintrc.js"
2cca7e 171   },
V 172   "terminal.integrated.scrollback": 10000
31ff05 173 }