I just started using VS code to code in python and i have to choose the right extension to run and debug my code. By default i chose the recommanded one : Pylance.
My code is starting with :
import numpy as np
Though I made sure to use the command 'pip install numpy' from the terminal of VS code (which actually said that numpy was already downloaded), the problem is that Pylance seems to not recognise NumPy, it gives me the following error :
Import "numpy" could not be resolved
Should i download something else ? Or what extension should i use ?