When I try to use plugin with my VSCode macOS install i see error: command 'behaviortree.openViewer' not found
The zeromq native binaries are only compiled for Linux x64, but I use macOS (darwin). When VS Code activates the extension, it tries to load zeromq, fails to find a compatible .node binary, throws an error, and the activate() function never completes — so behaviortree.openViewer is never registered.
I'm not interested in live debug functionality, please make this library optional.
When I try to use plugin with my VSCode macOS install i see error: command 'behaviortree.openViewer' not found
The zeromq native binaries are only compiled for Linux x64, but I use macOS (darwin). When VS Code activates the extension, it tries to load zeromq, fails to find a compatible .node binary, throws an error, and the activate() function never completes — so behaviortree.openViewer is never registered.
I'm not interested in live debug functionality, please make this library optional.