microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
160.72k stars 28.15k forks source link

unable to delete extension because it reinstalls #212509

Open Tureluurtje opened 2 months ago

Tureluurtje commented 2 months ago

Does this issue occur when all extensions are disabled?: Yes/No No

Steps to Reproduce:

  1. click the uninstall button at the marketplace extensions
  2. it uninstalls
  3. click on the button reload extensions(shows up when uninstalled the extension)
  4. see it installed again

This is for all of my extensions i saw in another post that it maybe had something to do with the python extension i have that installed but i do not know. For this example i used the Tabnine extension

an-dr commented 2 months ago

Same here. It started to happen when I decide to clean up my set-up. I deleted ~80 extensions, they returned in an hour. I did the same two days ago, and today they are back again! Super annoying

krystanRamcharan commented 2 months ago

I replicated this issue and this was how I solved this:

  1. Uninstall extension.
  2. Restart VScode.

The extension should become unlisted once you do this.

an-dr commented 2 months ago

For me it happened after 2 days during which I was closing vscode many times. They were unlisted they just appeared all at once (all 80) once I open it. I didn't see them installing, so I guess, they were not uninstalled from the machine, but just hidden

krystanRamcharan commented 2 months ago

Im unsure if it made the difference but I also made a point to select the option to "ignore recommendations" once I uninstalled it. I will monitor if the ones I deleted return though.

sandy081 commented 2 months ago

click on the button reload extensions(shows up when uninstalled the extension)

You should be seeing Restart Extensions button right? Or are you connected to any remote?

krystanRamcharan commented 2 months ago

Yes, but I right click and choose to ignore the recommendation after I uninstall the extension. I restart vscode after.

On Mon, 13 May 2024, 8:22 am Sandeep Somavarapu, @.***> wrote:

click on the button reload extensions(shows up when uninstalled the extension)

You should be seeing Restart Extensions button right? Or are you connected to any remote?

— Reply to this email directly, view it on GitHub https://github.com/microsoft/vscode/issues/212509#issuecomment-2107566916, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKQAS7BHGALBIC7D65J2AWTZCC5BDAVCNFSM6AAAAABHSAHLZKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBXGU3DMOJRGY . You are receiving this because you commented.Message ID: @.***>

sandy081 commented 2 months ago

Yes, but I right click and choose to ignore the recommendation after I uninstall the extension.

How is it related to uninstalling the extension. Can you please share a gif/video of what you mean and what you are expecting?

Tureluurtje commented 2 months ago

For me it's the moment the extensions refresh, the extension is already back

Tureluurtje commented 2 months ago

I looked a bit on the web and i found out it maybe has to do with the python extension(if installed), or the account sync with multiple computers

Tureluurtje commented 2 months ago

But i do not think that is the answer