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

--update-extensions --profile does not update extensions #211216

Closed
bersbersbers opened this issue Apr 24, 2024 · 0 comments · Fixed by #211332
Closed

--update-extensions --profile does not update extensions #211216

bersbersbers opened this issue Apr 24, 2024 · 0 comments · Fixed by #211332
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug extensions Issues concerning extensions insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Milestone

Comments

@bersbersbers
Copy link

Does this issue occur when all extensions are disabled?: n/a (this is about extensions)

  • VS Code Version: 1.88.1
  • OS Version: Windows 10, 23H2

Steps to Reproduce:

  1. Have a profile PROFILE with outdated extensions
  2. Run code --update-extensions --profile PROFILE

VS Code reports that extensions are updated, but that is not effective: repeating the command (seemingly) updates extensions again, and starting the GUI definitely updates extensions.

C:\Users\bers>code --update-extensions
No extension to update

C:\Users\bers>code --update-extensions --profile PROFILE
Updating extensions: charliermarsh.ruff
Extension 'charliermarsh.ruff' v2024.20.0 was successfully updated.

C:\Users\bers>code --update-extensions --profile PROFILE
Updating extensions: charliermarsh.ruff
Extension 'charliermarsh.ruff' v2024.20.0 was successfully updated.

C:\Users\bers>code --profile PROFILE

# (Updates via the GUI)

C:\Users\bers>code --update-extensions --profile PROFILE
No extension to update
@sandy081 sandy081 added bug Issue identified by VS Code Team member as probable bug extensions Issues concerning extensions labels Apr 25, 2024
@sandy081 sandy081 added this to the April 2024 milestone Apr 25, 2024
sandy081 added a commit that referenced this issue Apr 25, 2024
sandy081 added a commit that referenced this issue Apr 25, 2024
@vscodenpa vscodenpa added unreleased Patch has not yet been released in VS Code Insiders insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Apr 25, 2024
@andreamah andreamah added the verified Verification succeeded label Apr 25, 2024
@microsoft microsoft locked and limited conversation to collaborators Jun 9, 2024
nang-dev pushed a commit to trypear/pearai-app that referenced this issue Oct 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug extensions Issues concerning extensions insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants