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

Cannot uninstall extension in the latest Insiders and icons for extensions disappear #52077

Closed
ramya-rao-a opened this issue Jun 15, 2018 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug extensions Issues concerning extensions verified Verification succeeded
Milestone

Comments

@ramya-rao-a
Copy link
Contributor

ramya-rao-a commented Jun 15, 2018

  • VSCode Version: 1.25 Insiders dated 15th June 2018
  • OS Version: Windows only

Steps to Reproduce:

  1. Uninstall an extension from the extensions view

A notification pops up saying "Could not find extension".

  • Happens only on Windows.
  • Doesnt happen with the Insiders for 14th June 2018. So its something that happened in the last day.

I could narrow it down to the pfs.exists(extension.location.path) failing in preUninstallExtension as the extension path starts with a \. For example: \C:\Why\is\this\having\a\slash

@vscodebot vscodebot bot added the extensions Issues concerning extensions label Jun 15, 2018
@ramya-rao-a ramya-rao-a added the bug Issue identified by VS Code Team member as probable bug label Jun 15, 2018
@ramya-rao-a ramya-rao-a added this to the June 2018 milestone Jun 15, 2018
@ramya-rao-a
Copy link
Contributor Author

ramya-rao-a commented Jun 15, 2018

This also results in icons for the installed extensions to not show up as shown in #27061 (comment) by @Guema

This is again due to the bad file path. The console shows the extra /

image

@ramya-rao-a ramya-rao-a changed the title Cannot uninstall extension in the latest Insiders Cannot uninstall extension in the latest Insiders and icons for extensions disappear Jun 17, 2018
@RMacfarlane RMacfarlane added the verified Verification succeeded label Jun 28, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Aug 2, 2018
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 verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants