I installed some python libraries inside my containers but when I’m coding in vscode Pylance says import could not be resolved.
when I try docker-compose up
project runs successfully but I don’t get any linting or IntelliSense. how can I fix this
I installed some python libraries inside my containers but when I’m coding in vscode Pylance says import could not be resolved.
when I try docker-compose up
project runs successfully but I don’t get any linting or IntelliSense. how can I fix this