joedevivo / vscode-circuitpython

VSCode extension for Adafruit's CircuitPython
MIT License
115 stars 33 forks source link

[BUG] pylance leads to cannot use circuitpython, need to remove dependency #57

Open DC-Shi opened 3 years ago

DC-Shi commented 3 years ago

Describe the bug Cannot use circuitpython after window loaded, this because pylance blocked python plugin loading. Could you please remove dependency of pylance?

To Reproduce Steps to reproduce the behavior:

  1. The vscode without any python related plugin.
  2. Install circuitpython, it will automatically install python(and pylance, jupyter)
  3. Reload the window as indicated.
  4. Stuck at "Python extension is loading..." and cannot use any circuitpython functions. image

Expected behavior Run the circuitpython env and check for board.

Screenshots image

Desktop (please complete the following information):

Additional context I found the problem is pylance related because I did these tests:

MattHeffNT commented 2 years ago

Same issue here with Windows, seems to work fine in Ubuntu though, it also works fine with WSL Ubuntu.

danyeaw commented 11 months ago

According to the Changelog this was fixed 0.1.18, can we close this issue?