mipidisaster/mipiInk.Software

Visual Studio Code highlighted multiple errors

Offen

#18 geöffnet am 20.12.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (0 Forks)auto 404
documentationhelp wantedwontfix

Repository-Metriken

Stars
 (0 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

I've been using Visual Studio Code for the coding of this project. For the MicroPython it has been great as it is a MicroPython project, so the highlighting has helped with fixing issues.

However, when working on the server code, I am getting MULTIPLE errors with the code. Which I believe is because the environment is only aware of the MicroPython codeset, example; the os.path.<anything> flags errors on the path as this doesn't exist within the MicroPython os code.

However, for the "normal" Python this does indeed work. So need to figure out how to get the MicroPython environment to understand and accept both (albeit for the correct application)... It might involve working on the folders in different environments for VSC

Contributor Guide