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

Unable to get Animations to work #49

Closed cybercoder-naj closed 5 months ago

cybercoder-naj commented 7 months ago

Platform: Endeavour OS

After installing the extensions, I also installed "Custom CSS and JS". In my settings.json, these are the settings related to the two extensions:

  "vscode_custom_css.imports": [
    "file:///home/nishant/.vscode/extensions/brandonkirbyson.vscode-animations-2.0.1/dist/updateHandler.js"
  ],
  "animations.Enabled": true,
  "animations.CursorAnimation": true

I see that "vscode_custom_css.imports" links to a javascript file. When I enter Animations: Open Custom CSS, I get an empty file. None of the animations are working and I'd love some help. Thanks!

BrandonKirbyson commented 7 months ago

Have you tried the Apc option, using the command Animations: Change Install Method. Try that and let me know if that works please. Next step then would be to verify you are running vscode with full permissions.

cybercoder-naj commented 7 months ago

image

Unfortunately, I am unable to install Apc

BrandonKirbyson commented 7 months ago

I think this issue might be the same thing, let me know though. https://github.com/BrandonKirbyson/VSCode-Animations/issues/42