jacobdufault / vscode-fuzzy-search

24 stars 6 forks source link

Add config for VSCode Remote #6

Closed stevenguh closed 4 years ago

stevenguh commented 4 years ago

This is a pull request to add configuration that allows this extension to run locally when using VSCode Remote. Concretely, extensionKind will make vscode to prefer this extension to run locally instead of on remote; however, it also allows this extension to run on the remote.

While I was at it, I also added links to this repo when this extension is published on visual studio code's extension website.

Let me know if you have any questions :)

jacobdufault commented 4 years ago

Thanks!

stevenguh commented 4 years ago

Thank you for merging. I am wondering when can we expect a release with this change?