BrandonKirbyson / VSCode-Animations

A VSCode extension that adds animations to the editor
https://marketplace.visualstudio.com/items?itemName=BrandonKirbyson.vscode-animations
MIT License
213 stars 6 forks source link

not working in remote mode #2

Closed CaulyKan closed 1 year ago

CaulyKan commented 1 year ago

Environment: vscode 1.78.2 + win10 + wsl2 + VSCode-Animations v1.0.1 How to reproduce:

  1. install VSCode-Animations and Custom-CSS-and-JS-loader
  2. connect to remote (wsl)
  3. VSCode-Animations asks to be installed in remote, while Custom-CSS-and-JS-loader not
  4. Animations wont be working whether VSCode-Animations is installed in remote or not.

I think this extension should not be installed in remote, since it's only UI related, just like Custom-CSS-and-JS-loader

CaulyKan commented 1 year ago

I belive adding following into package.json will solve the issue:

  "extensionKind": [
    "ui"
  ],
BrandonKirbyson commented 1 year ago

Ok, should be fixed now. Thank you for finding that.