Closed as not planned

Description
In pycharm, there is a function in which I can add modules to which my project needs, externally, this is very useful when we are developing normal applications and modules, in pycharm we have "project dependencies" in which I point the module to which my project depends and with that instead of debug looking for virtualenv it looks for the module in that specific path. VSCode has some functionality of this type for python, I have already done several searches and I couldn't find something like that, and it is sorely missed when developing applications and modules at the same time.