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

Animations not working on MacOS #50

Open thefabus opened 7 months ago

thefabus commented 7 months ago

Hi,

I'm really excited with this extension and try to get it to work on my Macbook (Ventura 13.6.2) but the animations simply are not happening. The transitions stay just like they were without extension.

I've tried:

When I do "Animations: Open Custom CSS, it is empty. I also get the "Your VSCode is corrupted" warning message.

VSCode: Version: 1.86.1 (Universal) Commit: 31c37ee8f63491495ac49e43b8544550fbae4533 Date: 2024-02-07T09:09:01.236Z Electron: 27.2.3 ElectronBuildId: 26495564 Chromium: 118.0.5993.159 Node.js: 18.17.1 V8: 11.8.172.18-electron.0 OS: Darwin arm64 22.6.0

Is there some more information I can provide or something I can try?

Cheers

BrandonKirbyson commented 7 months ago

Thank you for providing what you tried. I just tested it on my mac (Sonoma 14.2.1) and it appears to be working with Animations: Install Animations.

Could you check your `Preferences: Open User Settings (JSON)" for this:

 "vscode_custom_css.imports": [
    "file:///Users/bgk/.vscode/extensions/brandonkirbyson.vscode-animations-2.0.1/dist/updateHandler.js"
  ],

Also, seems pointless but trying Animations: Install Animations a few times in a row might be a good test.

Also, the "Your Code installation appears to be corrupt. Please reinstall." is expected because the editor is altered to allow animations. And the custom css file should be empty because that is where you can make your own animations.

thefabus commented 7 months ago

Thx for your suggestions!

I do have this line in the settings.json and the file referenced does exist as well. I tried running "Animations: Install Animations" a few times in a row with both injection extensions but still no luck.

I will try with the new MacOS version once I've updated it.

thefabus commented 6 months ago

Updated to new MacOS Version, nothing changed.

However, after disabling all extensions and reenabling one by one I found that enabling VSCode Neovim breaks the animations.

Now I don't know why it breaks the animations and if this is something to be addressed here or in the Neovim extension.

BrandonKirbyson commented 6 months ago

Ok, I will look into it later. When you have Vscode Neovim enabled, do no animations work at all because I could definitely understand that extension messing up a few but some animations should still work, like the command palette animation for example.

Nomango commented 6 months ago

Same issue here. Tried to install the fix-checksums plugin but it doesn't work.

thefabus commented 6 months ago

With the neovim extension no animations work at all.