Ariel Sosnovsky

Results 5 comments of Ariel Sosnovsky

@thesuperzapper I can make a PR for this, but which approach would you prefer I take? (if you don't care I can just remove the timeout, which is my preference)

this is so annoying when it happens, it kills 20min or more just for cases where you miscofigured the docker host

@chiayiffg that is what I do, but when you try to iterate like this, you end up creating like 10 endpoints that you have to then remeber to delete after...

@kojiromike at least having some top level type-checking is till very useful for catching errors. Also the issue you referenced is now resolved :) https://github.com/python/mypy/issues/731

So the default behavior in vscode does work for intellisense. I got it working as expected by specifying ```json { "python.defaultInterpreterPath": ".venv/bin/python", "python.autoComplete.extraPaths": [ "${workspaceRoot}/.venv/lib/python3.10/site-packages", ], } ``` maybe add...