123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "editor.formatOnType": true,
- "editor.formatOnSave": true,
- "[vue]": {
- "editor.defaultFormatter": "Vue.volar"
- },
- "editor.tabSize": 2,
- "editor.formatOnPaste": true,
- "editor.guides.bracketPairs": "active",
- "files.autoSave": "afterDelay",
- "git.confirmSync": false,
- "workbench.startupEditor": "newUntitledFile",
- "editor.suggestSelection": "first",
- "editor.acceptSuggestionOnCommitCharacter": false,
- "css.lint.propertyIgnoredDueToDisplay": "ignore",
- "editor.quickSuggestions": {
- "other": true,
- "comments": true,
- "strings": true
- },
- "files.associations": {
- "editor.snippetSuggestions": "top"
- },
- "[css]": {
- "editor.defaultFormatter": "esbenp.prettier-vscode"
- },
- "editor.codeActionsOnSave": {
- "source.fixAll.eslint": "explicit"
- },
- "iconify.excludes": ["el"],
- "vscodeCustomCodeColor.highlightValue": [
- "v-loading",
- "v-auth",
- "v-copy",
- "v-longpress",
- "v-optimize",
- "v-perms",
- "v-ripple"
- ],
- "vscodeCustomCodeColor.highlightValueColor": "#b392f0",
- "editor.fontLigatures": false,
- "react-native.android.logCatArguments": [
- "*:S",
- "ReactNative:V",
- "ReactNativeJS:V"
- ]
- }
|