mipidisaster/mipiInk.Software

Visual Studio Code highlighted multiple errors

Aperta

#18 aperta il 20 dic 2025

 (0 commenti) (0 reazioni) (0 assegnatari)Python (0 fork)auto 404
documentationhelp wantedwontfix

Metriche repository

Star
 (0 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor