Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已将 django 项目和 virtualenv 创建到与
打开vscode不显示django项目正在使用的虚拟环境。
现在,如果我为我得到的项目选择解释器
问题出在我使用的 python 扩展版本(2020.1.57204)中。我所做的是安装了一个稍旧的python扩展版本(2019.11.50794)并重新加载vscode,即,
第 1 步:单击安装另一个版本
第 2 步:选择旧版本,此处为 2019.11.50794
第 3 步:单击重新加载所需按钮
Microsoft 团队使用新版本 (2020.1.58038) 修复了此错误。将 python 扩展更新到新版本以享受更多增强和修复。