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

Animations not working on MacOS #50

Open
thefabus opened this issue Feb 10, 2024 · 6 comments
Open

Animations not working on MacOS #50

thefabus opened this issue Feb 10, 2024 · 6 comments

Comments

@thefabus
Copy link

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:

  • Both injection extensions (while having only one at a time installed)
  • Reinstalling this extension
  • Restarting VSCode
  • "Install Animations" command
  • "Reload "Custom CSS and JS" command

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
Copy link
Owner

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
Copy link
Author

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
Copy link
Author

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
Copy link
Owner

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
Copy link

Nomango commented Mar 4, 2024

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

@thefabus
Copy link
Author

thefabus commented Mar 4, 2024

With the neovim extension no animations work at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants