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
{{ message }}
This repository was archived by the owner on Dec 23, 2021. It is now read-only.
I picked up the adafruit device at Ignite and I assume this is where issues should go, let me know if there is somewhere else you want them.
I am trying to open the serial console. When I run "Select serial port", nothing happens and there is no UI feedback. But I do see this in the developer tools:
no library available after trying files [ long list of files ]
stack trace: TypeError: Cannot read property 'close' of null at Object.<anonymous> (/Users/roblou/.vscode-insiders/extensions/ms-python.devicesimulatorexpress-2019.0.35146/vendor/node-usb-native/lib/bindings.js:27:19) at Module.o._compile (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/loader.js:15:749) at Object.Module._extensions..js (internal/modules/cjs/loader.js:798:10) at Module.load (internal/modules/cjs/loader.js:645:32) at Function.Module._load (internal/modules/cjs/loader.js:560:12)
It did prompt me to install dependencies earlier and it seems that didn't happen. Ideally it would show me a nicer error and this unhandled exception wouldn't happen.