sg-wireless/pymakr-vsc

[BUG] Adding device in File Explorer doesn't work

Closed this issue · 3 comments

Describe the bug
Using PyMakr-VSC and clicking the "Open device in file explorer" I get a proper serial port in the explorer but it has an error.

To Reproduce
Steps to reproduce the behavior:

  1. In the PyMakr panel connect to a device
  2. Click on 'Open device in file explorer'
  3. Open Explorer
  4. See error

Expected behavior
The device folder opens and shows the contents of the device.

Screenshots
image

Desktop (please complete the following information):

  • OS: Win 11 x86_64
  • Device ESP32 Huzzah
  • Pymakr v2.13.2

After some investigation, might be related to #224 since I'm running MicroPython.

My workaround was this:

  1. %USERPROFILE%/.vscode/extensions\pycom.pymakr-preview-2.13.2/package.json
  2. Find the line that looks like "match": "serialNumber=Example1234",
  3. Change the serialNumber to match your board, change the value to /

Thanks for posting your solution @maihde.

I'm closing this as the issue is resolved.