python - VS Code - 解释器清理列表

标签 python visual-studio-code interpreter

随着时间的推移,我在 VS Code 中构建了很多解释器。其中一些现在不起作用,因为我删除了它们,并且我还删除了环境变量中的许多路径,但这些解释器仍在列表中。看图片。

问题是如何清理它?如何删除那些不存在的解释器?

谢谢。

enter image description here

最佳答案

通常我们删除项目或源文件中不需要的环境文件夹,然后重新加载或重启VSCode后,相应的内核选项就会被删除。

对于选项中出现的多个“Python: 3”(不同路径),我们已经提交了这个问题,期待解决。

Github 链接:The Jupyter kernel in VSCode has duplicate options. .

关于python - VS Code - 解释器清理列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65075045/

相关文章:

python - 属性错误 : 'str' object has no attribute 'transID'

macos - VS Code 找不到 OmniSharp 的 Mono

flutter - 在vscode中使用fvm更改flutter版本,但flutter版本不起作用?

动态/静态语言和编译器/解释器

python - Postgre/SQLAlchemy UUID 插入但无法比较

Python 绘制 3d 向量

python - 简单的 Django 表单

python - 远程调试在 docker 容器中运行的 python 代码的最佳和简单方法是什么?

python - PyCharm - 无法使用远程解释器

python - lambda x : lambda: x 的用途