VScode结合Anaconda配置Python开发环境 1、选择 【文件】–>【首选项】–>【设置】 2、点击右上角的“打开设置(json)”,打开配置文件 Settings.json 并输入以下内容: { "python.defaultInterpreterPath": "D:\\ProgramData\\Anaconda3\\python.exe", "python.linting.flake8Enabled": true, "python.formatting.provider":