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
mainThreadExtensionService.ts:107 Activating extension 'alexnesnes.teleplot' failed: No native build was found for platform=win32 arch=arm64 runtime=electron abi=132 uv=1 armv=8 libc=glibc node=20.19.0 electron=34.5.1 loaded from: .vscode\extensions\alexnesnes.teleplot-1.1.4\node_modules\@serialport\bindings-cpp
Teleplot extension depends on @serialport/bindings-cpp which doesn't have a precompiled native binary for ARM64 Windows.
The @serialport/bindings-cpp package needs native binaries compiled specifically for platform=win32 arch=arm64 runtime=electron. It only has x64 binaries.
Can you please provide ARM support ?
Thank you for your great work
The text was updated successfully, but these errors were encountered:
mainThreadExtensionService.ts:107 Activating extension 'alexnesnes.teleplot' failed: No native build was found for platform=win32 arch=arm64 runtime=electron abi=132 uv=1 armv=8 libc=glibc node=20.19.0 electron=34.5.1 loaded from: .vscode\extensions\alexnesnes.teleplot-1.1.4\node_modules\@serialport\bindings-cpp
Teleplot extension depends on @serialport/bindings-cpp which doesn't have a precompiled native binary for ARM64 Windows.
The @serialport/bindings-cpp package needs native binaries compiled specifically for platform=win32 arch=arm64 runtime=electron. It only has x64 binaries.
Can you please provide ARM support ?
Thank you for your great work
The text was updated successfully, but these errors were encountered: