json 适用于Linux和MacOS的VSCode设置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json 适用于Linux和MacOS的VSCode设置相关的知识,希望对你有一定的参考价值。

{
    "diffEditor.ignoreTrimWhitespace": false,
    "editor.autoIndent": false,
    "editor.cursorStyle": "line-thin",
    "editor.fontFamily": "'Meslo LG L for Powerline', Menlo",
    "editor.fontSize": 12,
    "editor.formatOnPaste": true,
    "editor.lineHeight": 26,
    "editor.minimap.enabled": false,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.renderIndentGuides": true,
    "editor.renderLineHighlight": "line",
    "editor.renderWhitespace": "all",
    "editor.rulers": [80],
    "editor.scrollBeyondLastLine": false,
    "editor.snippetSuggestions": "top",
    "editor.tabSize": 2,
    "editor.wordWrap": "off",
    "explorer.confirmDelete": false,
    "explorer.confirmDragAndDrop": false,
    "explorer.openEditors.visible": 0,
    "extensions.ignoreRecommendations": true,
    "extensions.showRecommendationsOnlyOnDemand": true,
    "files.insertFinalNewline": true,
    "files.trimTrailingWhitespace": true,
    "git.autofetch": true,
    "terminal.integrated.cursorBlinking": true,
    "terminal.integrated.cursorStyle": "line",
    "terminal.integrated.fontFamily": "'Meslo LG L for Powerline', Menlo",
    "terminal.integrated.fontSize": 12,
    "terminal.integrated.lineHeight": 1,
    "terminal.integrated.setLocaleVariables": true,
    "window.menuBarVisibility": "toggle",
    "window.zoomLevel": 0,
    "workbench.activityBar.visible": false,
    "workbench.colorTheme": "Nord",
    "workbench.commandPalette.preserveInput": true,
    "workbench.editor.enablePreview": true,
    "workbench.editor.enablePreviewFromQuickOpen": false,
    "workbench.editor.showTabs": true,
    "workbench.iconTheme": "material-icon-theme",
    "workbench.sideBar.location": "left",
    "workbench.startupEditor": "none",
    "workbench.statusBar.feedback.visible": false,
    "workbench.colorCustomizations": {
        "editorBracketMatch.background": "#00000099",
        "editorBracketMatch.border": "#00000066"
    },

    "color-highlight.markRuler": false,
    "color-highlight.markerType": "underline",
    "color-highlight.matchWords": false,
    "gitlens.codeLens.enabled": false,
    "gitlens.showWhatsNewAfterUpgrades": false,
    "jshint.enable": false,
    "jslint.enable": false,
    "markdown-toc.depthFrom": 2,
    "material-icon-theme.showUpdateMessage": false,

    "files.associations": {
        "Caddyfile": "caddyfile",
        "Dockerfile*": "dockerfile",
        "*.conf": "NGINX",
        "*.cnf": "ini",
        "*.enml": "xml"
    },
    "[git-commit]": {
        "editor.rulers": [50, 72]
    },
    "html.format.maxPreserveNewLines": 1,
    "html.format.indentHandlebars": true,
    "markdown.preview.lineHeight": 1.8,
    "[markdown]": {
        "editor.wordWrap": "on",
        "files.trimTrailingWhitespace": false
    },
    "php.suggest.basic": false,
    "php.validate.enable": false,
    "php.validate.run": "onType"
}
{
    "diffEditor.ignoreTrimWhitespace": false,
    "editor.autoIndent": false,
    "editor.cursorStyle": "line-thin",
    "editor.fontFamily": "'Meslo LG L for Powerline', Menlo",
    "editor.fontSize": 12,
    "editor.lineHeight": 26,
    "editor.minimap.enabled": false,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.quickSuggestionsDelay": 10,
    "editor.parameterHints.enabled": false,
    "editor.renderIndentGuides": true,
    "editor.renderLineHighlight": "line",
    "editor.renderWhitespace": "all",
    "editor.rulers": [80],
    "editor.scrollBeyondLastLine": false,
    "editor.snippetSuggestions": "top",
    "editor.tabCompletion": "onlySnippets",
    "editor.tabSize": 2,
    "editor.wordWrap": "off",
    "explorer.confirmDelete": false,
    "explorer.confirmDragAndDrop": false,
    "explorer.openEditors.visible": 0,
    "extensions.ignoreRecommendations": true,
    "extensions.showRecommendationsOnlyOnDemand": true,
    "files.insertFinalNewline": true,
    "files.trimTrailingWhitespace": true,
    "git.autofetch": true,
    "terminal.integrated.cursorBlinking": true,
    "terminal.integrated.cursorStyle": "line",
    "terminal.integrated.fontFamily": "'Meslo LG L DZ for Powerline', Menlo",
    "terminal.integrated.fontSize": 12,
    "terminal.integrated.lineHeight": 1.1,
    "terminal.integrated.setLocaleVariables": true,
    "window.zoomLevel": 0,
    "workbench.activityBar.visible": false,
    "workbench.colorTheme": "Nord",
    "workbench.commandPalette.preserveInput": true,
    "workbench.editor.enablePreview": true,
    "workbench.editor.enablePreviewFromQuickOpen": false,
    "workbench.editor.highlightModifiedTabs": true,
    "workbench.editor.showTabs": true,
    "workbench.iconTheme": "material-icon-theme",
    "workbench.sideBar.location": "left",
    "workbench.startupEditor": "none",
    "workbench.statusBar.feedback.visible": false,
    "workbench.colorCustomizations": {
        "editorBracketMatch.background": "#00000099",
        "editorBracketMatch.border": "#00000066"
    },

    "color-highlight.markRuler": false,
    "color-highlight.markerType": "dot-before",
    "color-highlight.matchWords": false,
    "docthis.inferTypesFromNames": true,
    "gitlens.codeLens.enabled": false,
    "gitlens.showWhatsNewAfterUpgrades": false,
    "markdown-toc.depthFrom": 2,
    "material-icon-theme.showUpdateMessage": false,

    "files.associations": {
        "Caddyfile": "caddyfile",
        "Dockerfile*": "dockerfile",
        "*.conf": "NGINX",
        "*.cnf": "ini",
        "*.enml": "xml"
    },
    "[git-commit]": {
        "editor.rulers": [50, 72]
    },
    "[todo]": {
        "editor.quickSuggestions": false,
        "editor.wordWrap": "wordWrapColumn"
    },
    "html.format.maxPreserveNewLines": 1,
    "html.format.indentHandlebars": true,
    "jshint.enable": false,
    "jslint.enable": false,
    "markdown.preview.lineHeight": 1.8,
    "[markdown]": {
        "editor.wordWrap": "on",
        "files.trimTrailingWhitespace": false
    },
    "php.suggest.basic": false,
    "php.validate.enable": false,
    "php.validate.run": "onType"
}

以上是关于json 适用于Linux和MacOS的VSCode设置的主要内容,如果未能解决你的问题,请参考以下文章

Firefox 72稳定版发布:macOS和Linux平台获得画中画模式

使用 perl (macos 和 linux) 监视文件的更改

sh 适用于VIM和Tmux的MacOS剪贴板

Apple推出适用于macOS的Safari 14作为独立更新

适用于macOS初学者的15个提示和技巧

如何使用适用于 macOS 的 Visual Studio 代码为外部 Mac 应用商店签署和公证电子应用程序构建?