diff --git a/.vscode/settings.json b/.vscode/settings.json index 0486e40..705473c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -31,17 +31,17 @@ "eslint.quiet": true, + "unocss.autocomplete.matchType": "fuzzy", + "unocss.remToPxPreview": true, + "editor.tabSize": 2, "editor.detectIndentation": false, "editor.guides.bracketPairs": "active", "editor.renderWhitespace": "boundary", - "editor.accessibilitySupport": "off", "editor.cursorSmoothCaretAnimation": "on", - "breadcrumbs.enabled": false, + "files.associations": { "pages.json": "jsonc", "manifest.json": "jsonc" - }, - "unocss.autocomplete.matchType": "fuzzy", - "unocss.remToPxPreview": true + } } diff --git a/UniApp Base.code-workspace b/UniApp Base.code-workspace index ba428c8..7912b85 100644 --- a/UniApp Base.code-workspace +++ b/UniApp Base.code-workspace @@ -87,6 +87,16 @@ "graphql" ], + "eslint.quiet": true, + + "unocss.autocomplete.matchType": "fuzzy", + "unocss.remToPxPreview": true, + + "files.associations": { + "pages.json": "jsonc", + "manifest.json": "jsonc" + }, + "files.exclude": { "*.code-workspace": true, "node_modules": true,