Visual Studio Code highlighted multiple errors
#18 aberto em 20 de dez. de 2025
Métricas do repositório
- Stars
- (0 estrela)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
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