Skip to content

Conversation

@karthiknadig
Copy link
Member

@karthiknadig karthiknadig commented Apr 9, 2025

⚠️ BREAKING CHANGE: This PR has an API change that replaces install and uninstall methods on package manager with manage.

Reasoning: Both the install and uninstall flows did very similar things. In all the implementations this was duplicating the steps. The idea here is to make it easier from the flow perspective.

image

Closes #267

@karthiknadig karthiknadig self-assigned this Apr 9, 2025
@karthiknadig karthiknadig added the bug Issue identified by VS Code Team member as probable bug label Apr 9, 2025
@karthiknadig karthiknadig marked this pull request as ready for review April 9, 2025 20:03
@karthiknadig karthiknadig enabled auto-merge (squash) April 9, 2025 20:03
@vs-code-engineering
Copy link

⚠️ This PR originates from a fork. Due to security restrictions, pipelines from forks are no longer triggered automatically. Learn more.

If the changes appear safe, you can manually trigger the pipeline by commenting /AzurePipelines run.

@vs-code-engineering vs-code-engineering bot added this to the April 2025 milestone Apr 9, 2025
@karthiknadig karthiknadig added feature-request Request for new features or functionality and removed bug Issue identified by VS Code Team member as probable bug labels Apr 10, 2025
@karthiknadig karthiknadig merged commit cb4d48e into microsoft:main Apr 10, 2025
6 checks passed
@karthiknadig karthiknadig deleted the package-management branch April 10, 2025 17:09
karthiknadig pushed a commit that referenced this pull request Apr 11, 2025
)

The description seems to be a leftover from #279.
NguyenCuong1989 referenced this pull request in NguyenCuong1989/vscode-python-environments Oct 23, 2025
⚠️ BREAKING CHANGE: This PR has an API change that replaces `install`
and `uninstall` methods on package manager with `manage`.

Reasoning: Both the install and uninstall flows did very similar things.
In all the implementations this was duplicating the steps. The idea here
is to make it easier from the flow perspective.


![image](https://github.com/user-attachments/assets/53087fca-ddc9-44f4-bcb9-9b005264db56)
NguyenCuong1989 referenced this pull request in NguyenCuong1989/vscode-python-environments Oct 23, 2025
…288)

The description seems to be a leftover from #279.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature-request Request for new features or functionality

2 participants