跳转至

配置

{
    "editor.fontFamily": "Maple Mono Normal NL NF CN",
    "editor.wrappingStrategy": "advanced",
    "editor.minimap.enabled": false,
    "editor.cursorBlinking": "phase",
    "editor.cursorStyle": "line",
    "editor.fontLigatures": false,
    "editor.lineHeight": 1.6,
    "editor.stickyScroll.enabled": false,
    "editor.colorDecorators": false,
    "editor.codeLens": true,
    "editor.links": false,
    "editor.matchBrackets": "always",
    "editor.parameterHints.enabled": true,
    "editor.lightbulb.enabled": "off",
    "editor.hover.enabled": true,
    "editor.lineNumbers": "on",
    "editor.showFoldingControls": "never",
    "editor.detectIndentation": false,
    "editor.guides.indentation": false,
    "editor.renderWhitespace": "selection",
    "editor.renderLineHighlight": "none",
    "editor.occurrencesHighlight": "multiFile",
    "editor.selectionHighlight": true,
    "editor.scrollbar.vertical": "hidden",
    "editor.scrollbar.horizontal": "hidden",
    "editor.overviewRulerBorder": false,
    "editor.hideCursorInOverviewRuler": true,
    "editor.experimentalEditContextEnabled": false,
    "editor.formatOnSave": false,
    "editor.accessibilitySupport": false,
    "editor.codeLensFontFamily": "Maple Mono Normal NL NF CN",
    "editor.inlayHints.fontFamily": "Maple Mono Normal NL NF CN",
    "debug.console.fontFamily": "Maple Mono Normal NL NF CN",
    "scm.inputFontFamily": "Maple Mono Normal NL NF CN",
    "notebook.markup.fontFamily": "Maple Mono Normal NL NF CN",
    "notebook.output.fontFamily": "Maple Mono Normal NL NF CN",
    "chat.editor.fontFamily": "Maple Mono Normal NL NF CN",
    "markdown.preview.fontFamily": "Maple Mono Normal NL NF CN",
    "editor.inlineSuggest.fontFamily": "Maple Mono Normal NL NF CN",
    "debug.enableStatusBarColor": false,
    "debug.inlineValues": "off",
    "debug.toolBarLocation": "commandCenter",
    "custom-ui-style.font.monospace": "Maple Mono Normal NL NF CN",
    "custom-ui-style.font.sansSerif": "Maple Mono Normal NL NF CN",
    "workbench.colorTheme": "Winter is Coming (Dark Black)",
    "workbench.activityBar.location": "top",
    "workbench.sideBar.location": "right",
    "workbench.iconTheme": "material-icon-theme",
    "workbench.editor.showTabs": "multiple",
    "workbench.productIconTheme": "material-product-icons",
    "workbench.statusBar.visible": true,
    "workbench.tips.enabled": false,
    "workbench.tree.enableStickyScroll": false,
    "workbench.tree.renderIndentGuides": "none",
    "workbench.tree.indent": 16,
    "explorer.compactFolders": false,
    "explorer.confirmDragAndDrop": false,
    "explorer.confirmDelete": false,
    "explorer.decorations.badges": false,
    "git.decorations.enabled": false,
    "git.autofetch": true,
    "git.confirmSync": false,
    "window.zoomLevel": 0,
    "breadcrumbs.enabled": false,
    "files.autoSave": "onFocusChange",
    "files.trimFinalNewlines": true,
    "files.trimTrailingWhitespace": true,
    "files.insertFinalNewline": true,
    "material-icon-theme.hidesExplorerArrows": true,
    "scm.diffDecorations": "gutter",
    "extensions.ignoreRecommendations": true,
    "window.commandCenter": true,
    "inlineChat.lineNaturalLanguageHint": false,
    "files.eol": "\n",
    "terminal.integrated.copyOnSelection": true,
}

评论