coolchyni / fpctoolkit

Other
15 stars 8 forks source link

VS Code platform specific extensions feature might be used #3

Open lextm opened 1 year ago

lextm commented 1 year ago

https://code.visualstudio.com/api/working-with-extensions/publishing-extension#platformspecific-extensions

This feature has been introduced for a while now, so you might consider leveraging it to reduce the download size for end users, as currently they have to download the language server binaries for all platforms.

xuming commented 1 year ago

If possible, please submit a pull request. Thanks.