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

Conflict with VSCode Neovim extension #63

Open wu-pan opened 4 months ago

wu-pan commented 4 months ago

My vscode and extensions are the latest versions, and when I add the following configuration to my configuration file, restart, all the animation effects disappear.

  "extensions.experimental.affinity": {
      "asvetliakov.vscode-neovim": 1
  }

版本: 1.88.1 (user setup) 提交: e170252f762678dec6ca2cc69aba1570769a5d39 日期: 2024-04-10T17:41:02.734Z Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Windows_NT x64 10.0.22631

settings.json

{
    "animations.Install-Method": "Apc Customize UI++",
    "apc.imports": [
        "file:///c:/Users/wupan/.vscode/extensions/brandonkirbyson.vscode-animations-2.0.2/dist/updateHandler.js"
    ],
    "extensions.experimental.affinity": {
        "asvetliakov.vscode-neovim": 1
    },
}