In the settings.json I can set the python.autoComplete.extraPath but currently I have to hardcode my additional paths for the project. I know for pylint in VScode I can add these paths dynamically by executing code via the python.linting.pylintArgs with init-hook.
I was wondering if there is a way to execute code dynamically to change this?