Skip to content
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

[BUG] Extension does not allow serial monitor or board selection in remote development #126

Open
haebler opened this issue Nov 1, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@haebler
Copy link

haebler commented Nov 1, 2023

Describe the bug
When I start VS code on my Debian ARM SBC (OPi5b), I can install the extension just fine on that system. Board selection or serial monitor opening will fail though.

To Reproduce
Steps to reproduce the behavior:

  1. Install Extension on remote Linux host (SSH)
  2. Plug MCU with CircuitPython into the USB port on the remote Linux host
  3. Try to select the board
  4. Error "command 'circuitpython.selectBoard' not found" is shown
  5. Try to start "CircuitPython: Open Serial Monitor" results in "command 'circuitpython.openSerialMonitor' not found"

Expected behavior
Expectation is to have those commands working on a remote setup (ssh) as well.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows (local) and Armbian (remote)
  • Version Windows 11, Armbian Bookwork/sid

Additional context
Seems like there are commands missing in the remote installation of the extension.

@haebler haebler added the bug Something isn't working label Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant