json 使用本地`.vscode / settings.json`覆盖VSCode设置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json 使用本地`.vscode / settings.json`覆盖VSCode设置相关的知识,希望对你有一定的参考价值。

// Place your settings in this file to overwrite default and user settings.
{
    "files.exclude": {
        "out": false, // set this to true to hide the "out" folder with the compiled JS files
        "**/*.pyc": true,
        "**/__pycache__": true
    },
    "search.exclude": {
        "out": true // set this to false to include "out" folder in search results
    },
    "python.pythonPath": "${env.VIRTUAL_ENV}/bin/python"
}

以上是关于json 使用本地`.vscode / settings.json`覆盖VSCode设置的主要内容,如果未能解决你的问题,请参考以下文章

vs code之Live Server的使用(搭建本地服务器)

动态获取本地json文件,渲染为表格-前端html+css+javascript,nth-child选择器,实时浏览插件,vscode,ajax

VSCode:python本地引入自己开发的目录报错

vscode中使用sftp插件实现local/remote文件互传

VSCode:python本地引入自己开发的目录报错

在 VS Code 中设置本地项目的 Python 路径而不使用 settings.json 文件