PeterStaev / lego-spikeprime-mindstorms-vscode

Helps you connect and work with Lego's SPIKE Prime/MINDSTORMS Robot Inventor hubs
Apache License 2.0
64 stars 22 forks source link

Split extension for each platform #21

Closed PeterStaev closed 2 years ago

PeterStaev commented 3 years ago

VSCode added support for platform specific extensions: https://code.visualstudio.com/api/working-with-extensions/publishing-extension#platformspecific-extensions

This will allow to have separate extension files including only the bindings for the respective platform.

PeterStaev commented 2 years ago

With the update to SerialPort 10 they now provide NAPI bindings for different platforms, so I do not see any benefit for making this split. Closing.