Skip to content

setting #1

@buddydeus

Description

@buddydeus
{
  "settingsSync.keybindingsPerPlatform": false,
  "security.workspace.trust.untrustedFiles": "open",
  "terminal.external.osxExec": "iTerm.app",
  "terminal.integrated.shellIntegration.enabled": true,
  "terminal.integrated.defaultProfile.windows": "Command Prompt",
  "window.zoomLevel": 1,
  "workbench.iconTheme": "vscode-icons",
  "workbench.colorTheme": "One Dark Pro Flat",
  "workbench.startupEditor": "none",
  "workbench.editorAssociations": {
    "git-rebase-todo": "gitlens.rebase"
  },
  "workbench.editor.empty.hint": "hidden",
  "explorer.confirmDragAndDrop": false,
  "explorer.confirmDelete": false,
  "search.collapseResults": "auto",
  "search.smartCase": true,
  "search.useIgnoreFiles": true,
  "search.useGlobalIgnoreFiles": true,
  "search.useParentIgnoreFiles": true,
  "search.exclude": {
    "*.d.ts": true
  },
  "files.associations": {
    "*.cjson": "jsonc",
    "*.wxss": "css",
    "*.wxs": "javascript",
    "*.graphql": "graphql"
  },
  "files.exclude": {
    "**/.next": true,
    "**/node_modules": true
  },
  "editor.fontFamily": "Consolas,Menlo, Monaco, 'Courier New', monospace",
  "editor.fontSize": 14,
  "editor.tabSize": 2,
  "editor.suggestSelection": "first",
  "editor.multiCursorModifier": "alt",
  "editor.formatOnSave": true,
  "editor.codeActionsOnSave": {
    "source.fixAll": "explicit"
  },
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "editor.inlineSuggest.enabled": true,
  "editor.foldingMaximumRegions": 50000,
  "editor.minimap.enabled": false,
  "editor.unicodeHighlight.allowedCharacters": {
    ":": true
  },
  "editor.bracketPairColorization.independentColorPoolPerBracketType": true,
  "diffEditor.ignoreTrimWhitespace": true,
  "diffEditor.codeLens": true,
  "debug.onTaskErrors": "debugAnyway",

  "git.confirmSync": false,
  "git.suggestSmartCommit": false,
  "merge-conflict.autoNavigateNextConflict.enabled": true,

  "gitlens.codeLens.scopes": ["document", "containers", "blocks"],
  "gitlens.advanced.messages": {
    "suppressGitMissingWarning": true
  },
  "gitlens.defaultDateLocale": "zh",
  "gitlens.defaultDateFormat": "YYYY-MM-DD HH:mm:ss",
  "gitlens.defaultDateShortFormat": "YYYY-MM-DD hh:mm",
  "gitlens.defaultTimeFormat": "hh:mm",
  "gitlens.currentLine.format": "${author, }${agoOrDate}${ • pullRequest}${ • message|50?}",
  "gitlens.statusBar.format": "${author}, ${agoOrDate}${ • pullRequest}",
  "gitlens.hovers.currentLine.over": "line",
  "gitlens.changes.locations": ["gutter", "overview"],
  "gitlens.rebaseEditor.ordering": "asc",

  "github.copilot.enable": {
    "*": true,
    "plaintext": true,
    "markdown": true,
    "scminput": false,
    "yaml": false
  },

  "javascript.updateImportsOnFileMove.enabled": "always",
  "typescript.updateImportsOnFileMove.enabled": "always",
  "eslint.debug": true,
  "eslint.codeActionsOnSave.rules": null,
  "prettier.singleQuote": true,
  "prettier.jsxSingleQuote": true,
  "prettier.endOfLine": "auto",
  "prettier.htmlWhitespaceSensitivity": "strict",

  "todo-tree.filtering.useBuiltInExcludes": "file and search excludes",
  "auto-close-tag.disableOnLanguage": ["typescript"],
  "emmet.includeLanguages": {
    "wxml": "html"
  },
  "gutterpreview.imagePreviewMaxHeight": 500,
  "gutterpreview.imagePreviewMaxWidth": 500
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions