-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
devicescript devtools --vscode
terminated with exit code: 100
#611
Comments
check if following ports are not used by other processes. |
we should be sniffing for unused ports... |
@xmeow we had an unneeded dependency on serialport. is this still failing? |
It looks decent on latest devicescript extension build. |
I found that I ran into this when I'd run "Connect Device" in vs code, then try to hit the play button on the debugger. The workflow is much better to run |
Describe the bug
The devicescript service failed to start, please see the screen shoot. And hardware connection is not available. Vscode will stuck at the context, and the only way to resolve is to kill all vscode process.
To Reproduce
When try to click the button 'connect device'.
Screenshots
Additional context
From the electron devtools it says that the bus is undefined at the codeline:
this.extensionState.bus.setCustomServiceSpecifications
The text was updated successfully, but these errors were encountered: