wwsheng009
2023-02-10 c5b39f2c16f9aa56431844e9c01600a2d2f3848c
提交 | 用户 | 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": {
87     "source.fixAll.eslint": true
962f90 88   },
b7ce74 89   "[vue]": {
V 90     "editor.codeActionsOnSave": {
5db125 91       "source.fixAll.eslint": true,
V 92       "source.fixAll.stylelint": true
b7ce74 93     }
V 94   },
31ff05 95   "i18n-ally.localesPaths": ["src/locales/lang"],
962f90 96   "i18n-ally.keystyle": "nested",
V 97   "i18n-ally.sortKeys": true,
98   "i18n-ally.namespace": true,
7bfe5f 99   "i18n-ally.pathMatcher": "{locale}/{namespaces}.{ext}",
31ff05 100   "i18n-ally.enabledParsers": ["ts"],
1418dc 101   "i18n-ally.sourceLanguage": "en",
1f55c4 102   "i18n-ally.displayLanguage": "zh-CN",
4f20d4 103   "i18n-ally.enabledFrameworks": ["vue", "react"],
e8d6f8 104   "cSpell.words": [
V 105     "vben",
106     "windi",
107     "browserslist",
893f3c 108     "tailwindcss",
e8d6f8 109     "esnext",
V 110     "antv",
111     "tinymce",
112     "qrcode",
113     "sider",
893f3c 114     "pinia",
327d71 115     "sider",
680ad0 116     "nprogress",
V 117     "INTLIFY",
118     "stylelint",
119     "esno",
120     "vitejs",
121     "sortablejs",
122     "mockjs",
123     "codemirror",
124     "iconify",
125     "commitlint",
126     "vditor",
127     "echarts",
128     "cropperjs",
129     "logicflow",
130     "vueuse",
131     "zxcvbn",
132     "lintstagedrc",
5e17cc 133     "brotli",
V 134     "tailwindcss",
999965 135     "sider",
52257f 136     "pnpm",
V 137     "antd"
e09a79 138   ],
C 139   "vetur.format.scriptInitialIndent": true,
140   "vetur.format.styleInitialIndent": true,
165743 141   "vetur.validation.script": false,
CZ 142   "MicroPython.executeButton": [
143     {
144       "text": "▶",
145       "tooltip": "运行",
146       "alignment": "left",
147       "command": "extension.executeFile",
148       "priority": 3.5
149     }
150   ],
151   "MicroPython.syncButton": [
152     {
153       "text": "$(sync)",
154       "tooltip": "同步",
155       "alignment": "left",
156       "command": "extension.execute",
157       "priority": 4
158     }
159   ]
31ff05 160 }