Skip to content

Conversation

@karthiknadig
Copy link
Member

@karthiknadig karthiknadig commented Dec 5, 2024

Closes #67

@karthiknadig karthiknadig self-assigned this Dec 5, 2024
@karthiknadig karthiknadig added the bug Issue identified by VS Code Team member as probable bug label Dec 5, 2024
@karthiknadig karthiknadig marked this pull request as ready for review December 5, 2024 06:49
@vs-code-engineering vs-code-engineering bot added this to the November 2024 milestone Dec 5, 2024
@karthiknadig karthiknadig enabled auto-merge (squash) December 5, 2024 06:57
manager: PackageManager,
): Promise<Package[]> {
if (environment.version.startsWith('2.')) {
throw new Error('Python 2.* is not supported (deprecated)');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we also show some kind of warning via UI too?

@karthiknadig karthiknadig merged commit 40dbaaf into microsoft:main Dec 5, 2024
6 checks passed
@karthiknadig karthiknadig deleted the fix-bugs2 branch December 5, 2024 13:17
NguyenCuong1989 referenced this pull request in NguyenCuong1989/vscode-python-environments Oct 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Issue identified by VS Code Team member as probable bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show python 2 support is deprecated when using for venv or package creation

2 participants