VSCODE SEETING

{
  "[vue]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode",
  },
  "@azure.argTenant": "",
  "github.copilot.chat.codeGeneration.instructions": [],
  "extensions.autoUpdate": false,
  "oaicopilot.baseUrl": "https://api.gpt.ge/v1",
  "codingcopilot.enableCodelens": false,
  "[dockercompose]": {
    "editor.insertSpaces": true,
    "editor.tabSize": 2,
    "editor.autoIndent": "advanced",
    "editor.quickSuggestions": {
      "other": true,
      "comments": false,
      "strings": true,
    },
    "editor.defaultFormatter": "redhat.vscode-yaml",
  },
  "[github-actions-workflow]": {
    "editor.defaultFormatter": "redhat.vscode-yaml",
  },
  "CangjieSdkPath.CJNativeBackend": "D:\\CQR\\RuanJian\\Cangjie",
  "chat.instructionsFilesLocations": {
    ".github/instructions": true,
  },
  "[javascript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode",
  },
  "editor.defaultFormatter": "esbenp.prettier-vscode",

  "editor.tabSize": 2,
  "editor.insertSpaces": true,

  "editor.formatOnPaste": true,
  "editor.formatOnType": true,
  "editor.formatOnSave": true,
  "notebook.formatOnSave.enabled": true,
  "git.ignoreMissingGitWarning": true,
  "github.copilot.nextEditSuggestions.allowWhitespaceOnlyChanges": false,
  "editor.unicodeHighlight.invisibleCharacters": false,
  "editor.unicodeHighlight.allowedCharacters": {
    " ": true,
  },
  "javascript.updateImportsOnFileMove.enabled": "always",
  "screencastMode.keyboardOptions": {
    "showCommandGroups": true,
  },
  "workbench.tree.indent": 15,
  "workbench.tree.renderIndentGuides": "always",
  "workbench.colorCustomizations": {
    "tree.indentGuidesStroke": "#05ef3c",
  },
  "editor.fontFamily": "Maple Mono NF CN",
  "editor.fontLigatures": true,
  "workbench.iconTheme": "vscode-icons",
  "search.quickAccess.preserveInput": true,
  "search.searchView.keywordSuggestions": true,
  "workbench.colorTheme": "Dracula Theme",
  "Codegeex.Privacy": false,
  "Codegeex.License": "",
  "editor.semanticTokenColorCustomizations": {},
  "diffEditor.wordWrap": "off",
  "editor.wordWrapColumn": 100,

  "prettier.bracketSameLine": true,
  "prettier.htmlWhitespaceSensitivity": "ignore",
  "prettier.singleAttributePerLine": false,
}
posted @ 2026-05-07 00:56  BKYNEKO  阅读(18)  评论(0)    收藏  举报