json VS Code配置覆盖文件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json VS Code配置覆盖文件相关的知识,希望对你有一定的参考价值。

{
    "window.zoomLevel": 1,
    "editor.formatOnSave": true,
    "editor.scrollBeyondLastLine": false,
    "editor.tabSize": 2,
    "editor.wordWrap": "on",
    "editor.fontSize": 15,
    "editor.minimap.enabled": false,
    "files.autoSave": "afterDelay",
    "files.autoSaveDelay": 800,
    "javascript.validate.enable": false, // Allow you to declare types in a .js file
    "javascript.format.enable": true,
    "flow.useNPMPackagedFlow": true, // Force Vscode to use your node_modules installed Flow executable
    "prettier.printWidth": 100,
    "prettier.singleQuote": true,
    "prettier.eslintIntegration": true,
    "prettier.tabWidth": 2,
    "workbench.iconTheme": "material-icon-theme",
}

以上是关于json VS Code配置覆盖文件的主要内容,如果未能解决你的问题,请参考以下文章

VS Code打开新的文件会覆盖窗口中的,怎么改

如何配置 VS Code 以启用 .json 文件的代码完成(jsonschema 支持)?

VS Code配置链接库文件

json 在VS Code中配置文件调试器Vue.js应用程序

vs code安装 C/C++编译器配置,launch.json和task.json文件的配置

VS code调试代码快速上手必备知识