Closed PeterStaev closed 2 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.
bindings
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.
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.