Will S Merkens

Results 18 comments of Will S Merkens

A clarification, after writing about this I realized by looking at the pull request it might be an unrecognized board so I tested again, and yes it's not recognizing an...

Not sure how board detection works but here is the details of the ItsyBitsy as seen from Linux dmesg ``` [276555.316313] usb 2-2.3: new full-speed USB device number 25 using...

Also, another thing is when in VSC and I have no board hooked up and I go to F1 and choose circuit python to pick a board it errors out...

@EricPobot the extension depends on electron which probably caused the Glibc dependencies error because the electron in use jumped versions this month from 1.55 to the 1.56 VSC. What this...

Solved the issue with the missing board (and other import issues) First I cloned from git this extension I Learned how to rebuild the boards and stubs directory using the...

Try this to update the boards in the ext (Done from Linux) Use git and pull this repo and then go into the downloaded files, vscode-circuitpython/scripts Then in the scripts...

I am not sure since I am not on a Mac, but if you have Python installed and git installed and access to bash shell then possibly.

I found if I created a .workplace file the settings.json does not get reverted in that section anymore but then there is a chance when a bundle has updated the...

Use git and pull this repo and then go into the downloaded files, vscode-circuitpython/scripts Then in the scripts directory go and edit build-stubs.sh and at the bottom, rem out "...

I would like to see a button in VSC that, when you click it, or an option you run via the F1 menu to rebuild stubs/boards and put them in...