|
1 | 1 | {
|
2 | 2 | "typescript.tsdk": "./node_modules/typescript/lib",
|
| 3 | + "typescript.tsserver.maxTsServerMemory": 4096, |
3 | 4 | "npm.packageManager": "pnpm",
|
4 | 5 | "editor.tabSize": 2,
|
5 | 6 | "editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
8 | 9 | "editor.bracketPairColorization.enabled": true,
|
9 | 10 | "vue.inlayHints.missingProps": true,
|
10 | 11 | "vue.autoInsert.dotValue": true,
|
| 12 | + "vue.server.maxOldSpaceSize": 4096, |
11 | 13 | "explorer.copyRelativePathSeparator": "/",
|
12 | 14 | "search.exclude": {
|
13 | 15 | "**/node_modules": true,
|
|
88 | 90 | "editor.defaultFormatter": "esbenp.prettier-vscode"
|
89 | 91 | },
|
90 | 92 | "editor.codeActionsOnSave": {
|
91 |
| - "source.fixAll.eslint": "explicit" |
| 93 | + "source.fixAll.eslint": "explicit", |
| 94 | + "source.fixAll.stylelint": "explicit" |
| 95 | + }, |
| 96 | + "[vue]": { |
| 97 | + "editor.codeActionsOnSave": { |
| 98 | + "source.fixAll.eslint": "explicit", |
| 99 | + "source.fixAll.stylelint": "explicit" |
| 100 | + }, |
| 101 | + "editor.defaultFormatter": "esbenp.prettier-vscode" |
92 | 102 | },
|
93 | 103 | "i18n-ally.localesPaths": ["src/locales/lang"],
|
94 | 104 | "i18n-ally.keystyle": "nested",
|
|
0 commit comments