美文网首页
2020-02-02

2020-02-02

作者: 我就是我2017 | 来源:发表于2020-02-02 15:42 被阅读0次

我使用的vscode 配置文件setting.json

{

    "python.pythonPath": "e:\\Miniconda3\\envs\\Django\\python.exe",

    "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",

    "terminal.integrated.shellArgs.windows": [

        "/K",

        "D:\\ProgramData\\Anaconda3\\Scripts\\activate.bat D:\\ProgramData\\Anaconda3"

    ],

    "python.autoComplete.extraPaths": [

        "F:\\pythonpro\\tutorial\\tutorial\\quickstart",

    ],

    "python.formatting.provider": "yapf",

    "python.linting.enabled":false

}

相关文章

网友评论

      本文标题:2020-02-02

      本文链接:https://www.haomeiwen.com/subject/bxsqxhtx.html