nikita-rudenko / back-n-forth

VSCode extension that adds Go Back/Forward buttons ↔️
https://marketplace.visualstudio.com/items?itemName=nick-rudenko.back-n-forth
MIT License
17 stars 1 forks source link

Add `extensionKind` to package.json so extension can be used in locked down remoting environments #11

Closed nynexman4464 closed 3 years ago

nynexman4464 commented 3 years ago

I work at a company that recently switched to using VS Code remoting. Unfortunately the extensions we can install on the remote host are limited. This means we can't install this extension by default because it tries to install to the remote host.

For now I've overridden the extension type but it'd be awesome if the package.json could be updated to add "extensionKind": ["ui"] since I don't think it needs access to files on the remote host.

nikita-rudenko commented 3 years ago

@nynexman4464 thanks for your suggestion!

I just released the new version. Please update and enjoy :slightly_smiling_face: