vscode-circuitpython
vscode-circuitpython copied to clipboard
[BUG] No Command Palette commands work, all give the same error (Ubuntu 20.04LTS)
Describe the bug All attempts to use any command palette commands give the following error:
To Reproduce Steps to reproduce the behavior:
- Open VS Code with
code .
in the folder for a CIRCUITPY USB drive - Press F1 to open the Command Palette
- Type
Circuit
to see the ones available to CircuitPython extension - See error
Expected behavior That the command palette options work.
Desktop (please complete the following information): VSCode Version: 1.65.2 Commit: c722ca6c7eed3d7987c0d5c3df5c45f6b15e77d1 Date: 2022-03-10T15:36:26.048Z Electron: 13.5.2 Chromium: 91.0.4472.164 Node.js: 14.16.0 V8: 9.1.269.39-electron.0 OS: Linux x64 5.14.0-1031-oem snap (Ubuntu 20.04.4 LTS)
Same issue
Version: 1.67.0 Commit: 57fd6d0195bb9b9d1b49f6da5db789060795de47 Date: 2022-05-04T12:08:42.978Z Electron: 17.4.1 Chromium: 98.0.4758.141 Node.js: 16.13.0 V8: 9.8.177.13-electron.0 OS: Linux x64 5.13.0-41-generic
(also on Ubuntu 20.04.4)
Same, I'm on Mac OS Monterey 12.4
Same issue error here...
Linux mint Cinamon
I've had the same issue both on Windows 11 alone and SSH into my Raspberry Pi (running Raspbain OS released 5/3/23). Both are running VS Code 1.81.1 and present the same problem.
It is also worth noting that this has happened a couple of times before (see issues #64 #36 #26 #46). Additionally, issue #37 allegedly fixed the problem, though I suspect it only solved issues #34 and #35 (not #36) given the timeline of those two with a new release of Adafruit libraries contrasted by the more ongoing nature of this specific issue. Checking any of those other quick fixes like disabling PyLance, opening from a folder, reinstalling the extension, opening the directory, downgrading the extension, etc. may prove useful; however, I have yet to find a consistent working solution.