ItsCubeTime/savePythonStubIntoMultipleFiles
By saving the source code into multiple files in a way where each file imports the next at the bottom of the file, PyLance can parse the code much much faster Its key that the import is at the bottom and not at the top (counterintuitive, isn't it?)
Python
No issues in this repository yet.