BrandonKirbyson / VSCode-Animations

A VSCode extension that adds animations to the editor
https://marketplace.visualstudio.com/items?itemName=BrandonKirbyson.vscode-animations
MIT License
200 stars 6 forks source link

How to completely uninstall. #64

Closed CaptainVincent closed 4 months ago

CaptainVincent commented 4 months ago

For some reason that I don't know, animations always seem to have some latency in my environment. (Anyway it's a nice work!) So... when I tried to remove this extension, I could still see 'VSCode-Animations: Successfully Installed!' in the developer tool console. Has it been completely removed?

BrandonKirbyson commented 4 months ago

You have to disable either custom css and js or Apc, whichever you are using. The command should be either Disable Custom CSS and JS or Disable Apc Extension. Or you could also just update either so it will update without this extensions code.

CaptainVincent commented 4 months ago

Thank you for your response. I just succeeded, but because I am still using APC personally, my steps is

  1. To disable APC
  2. Uninstall animation, and then enable APC.

However, I notice that apc.imports in preference will not be automatically deleted unused file, so users may need to be reminded to manually remove the import files.