-
Notifications
You must be signed in to change notification settings - Fork 6
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
Comments
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 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 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. |
Thx for your suggestions! I do have this line in the settings.json and the file referenced does exist as well. I will try with the new MacOS version once I've updated it. |
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. |
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. |
Same issue here. Tried to install the fix-checksums plugin but it doesn't work. |
With the neovim extension no animations work at all. |
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
The text was updated successfully, but these errors were encountered: