You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is so many plugin developers to get in touch, is not better to build an indice based on hotwords, like elasticsearch do, for example: "if this plugin has only 'macos' on the title or in it's description it's for mac, if this plugin has 'macos and windows' it's for both platforms" this would be great to solve the problem fast, before the developers can migrate to the new standard, a little thug but it works... 😅
Some plugins are oriented to a specific platform
We can use the
os
field in package.json to filter which plugins are shown to the user.I think the best way would be to treat this field as npm or yarn treat it:
os
is not specified: we assume the plugin works in all platformsprocess.platform
and we filter the resultsThe text was updated successfully, but these errors were encountered: