其他分享
首页 > 其他分享> > FastApi学习

FastApi学习

作者:互联网

vscode配置

  1. 插件
    code runnersetting.json中关于python的修改为,因为我使用了虚拟环境,得让vscode找到python的路径
"code-runner.executorMap": {
        "python": "$pythonPath -u $fullFileName"
    }

使其在Run In Terminal

标签:插件,code,vscode,FastApi,python,学习,runner,虚拟环境
来源: https://www.cnblogs.com/qev211/p/16620285.html