2021.3.9 win vsc settings json

{
    "breadcrumbs.enabled": true,
    "workbench.iconTheme": "vscode-icons",
    "code-runner.saveFileBeforeRun": true,
    "code-runner.runInTerminal": true,
    "editor.renderWhitespace": "none",
    "C_Cpp.clang_format_style": "{BasedOnStyle: Google, IndentWidth: 4}",
    "C_Cpp.clang_format_fallbackStyle": "{BasedOnStyle: Google, IndentWidth: 4}",
    "C_Cpp.default.compilerPath": "C:\\MinGW\\bin\\g++.exe",
    "C_Cpp.default.intelliSenseMode": "windows-gcc-x64",
    "explorer.confirmDragAndDrop": false,
    "workbench.colorTheme": "Atom One Light",
    "editor.minimap.enabled": false,
    "[html]": {
        "editor.defaultFormatter": "vscode.html-language-features"
    },
    "files.autoGuessEncoding": true,
    "editor.fontFamily": "'Droid Sans Mono','Fira Code',Consolas, 'Courier New', monospace",
    "[javascript]": {
        "editor.defaultFormatter": "lonefy.vscode-JS-CSS-HTML-formatter"
    },
    "liveServer.settings.donotShowInfoMsg": true,
    "[json]": {
        "editor.defaultFormatter": "vscode.json-language-features"
    },
    "[sql]": {
        "editor.defaultFormatter": "adpyke.vscode-sql-formatter"
    },
    "[markdown]": {
        "editor.quickSuggestions": true
    },
    "workbench.editorAssociations": [
        {
            "viewType": "jupyter.notebook.ipynb",
            "filenamePattern": "*.ipynb"
        }
    ],
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "workbench.colorCustomizations": {},
    "editor.fontSize": 17,
    "files.associations": {
        "*.rmd": "markdown"
    },
    "python.languageServer": "Jedi",
}
全部评论

相关推荐

评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务