Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(vscode): Clean dependency installation folder before extracting content #6706

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ccastrotrejo
Copy link
Contributor

@ccastrotrejo ccastrotrejo commented Feb 28, 2025

Type of Change

  • Bug fix
  • Feature
  • Other

Current Behavior

Binaries dependency installation is not cleaning the folder if there is a previous installation, causing some issue while trying to extract the content from the new installation

New Behavior

Now we clean the folder and then extract the contents of the new installation, making it as a fresh installation and making sure none of the previous ones remains.

Impact of Change

Not a breaking change

Test Plan

Note

TEST - Is quite hard to test since vitest doesn't provide a way to create in-memory file system. This will come more handy once we implement e2e tests in vscode
Risk - Low risk as its fixing an ongoing issue

Screenshots or Videos (if applicable)

CleanShot.2025-02-28.at.15.22.25.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants