sg-wireless / pymakr-vsc

GNU General Public License v3.0
97 stars 25 forks source link

[BUG] Commands missing in VS Code #293

Open Diapolo10 opened 1 year ago

Diapolo10 commented 1 year ago

Describe the bug I've been trying to work with MicroPython on an ESP32 Feather (HUZZAH32), following this tutorial: https://randomnerdtutorials.com/micropython-esp32-esp8266-vs-code-pymakr/

However, it seems my installation of Pymakr is missing functionality. There are no entries on the bottom bar (probably because other extensions have used up most of it), which is fine, but the command menu is also devoid of most of them: https://i.imgur.com/0seuDPr.png

I can supposedly connect to the device via the left-hand panel, and with that I can open a MicroPython REPL, but it doesn't seem like uploading is doing anything and some packages such as pycom are missing/unavailable.

I would've uploaded this issue from within the extension; but there was no debug menu option anywhere.

To Reproduce I'm not certain if the problem is reproducible, but here are the steps I took:

  1. Install VS Code (I already had this installed (list of extensions: https://pastebin.com/jbDCcmZ2)
  2. Install Pymakr
  3. Plug in ESP32 Feather
  4. Install MicroPython using esptool
  5. Connect to ESP32 via VS Code
  6. Write a Hello World program
  7. Attempt to upload (nothing happens)

Expected behavior The program should run on the ESP32 and print Hello World via the serial port

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

Desktop (please complete the following information):

Additional context I'm using a GPD Pocket 3, in case that matters.

faanskit commented 1 year ago

I face a similar problem. With a new install of v2.22.5 "There are no entries on the bottom bar".

I can however download Sync Project to Device works OK as well as use the terminal. But, when I try to Run Active File I get:

>>> c:\Users\User\Documents\Micropython\test\main.py
Traceback (most recent call last):
  File "<stdin>", line 1
SyntaxError: invalid syntax

As the author, I have a limited set of commands: image

As the author, I miss the bottom bar - and in particular - a way to Run Screenshot: image

fabse-hack commented 1 year ago

same here ....

mhavill commented 8 months ago

Same issue with Pymakr Console and missing commands in the palette:

OS: Win 10 X64
Device ESP32 board
Pymakr v2.25.2

However, I am working around these issues and able to download/upload manage ESP32 - THANK YOU