简体   繁体   English

哪个版本的 python 扩展在 vscode 中支持 python3.6?

[英]Which version of python extension support python3.6 in vscode?

I'm shifting from pycharm to vscode for python development and want to check if most of functionality from pycharm such as debugging, gitlab integration, etc... Are possible in VScode.我正在从 pycharm 转移到 python 开发的 vscode,并想检查 pycharm 的大部分功能,例如调试、gitlab 集成等......在 VScode 中是否可行。

I've learned that you could install python extension so I did install python v.2022.20.1 extension.我了解到您可以安装 python 扩展,所以我安装了 python v.2022.20.1 扩展。 However this debugging functionality does not work when I use python 3.6(it says in python extension that it supports python 3.7 and above).但是,当我使用 python 3.6 时,此调试功能不起作用(它在 python 扩展中表示它支持 python 3.7 及更高版本)。 I want to find a version that support python 3.6, how can I find it?我想找一个支持python 3.6的版本,怎么找?

I can click drop down beside uninstall block and install another version however there are lots of versions and it is cumbersome to click each one to check...我可以单击卸载块旁边的下拉菜单并安装另一个版本,但是有很多版本并且单击每个版本来检查很麻烦......

You can use 2022.08.* or previous versions, later versions no longer support python3.6 .您可以使用2022.08.*或之前的版本,之后的版本不再支持python3.6

在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM