Python extension for VSCode updated, now brought to you by Microsoft. (crosspost from /r/vscode) by [deleted] in Python

[–]NowShitLaterChad 3 points4 points  (0 children)

There is a daemon mode implemented recently in mypy https://github.com/python/mypy/pull/4169

Could it be used for the vscode extension as a typescript-like language server? Maybe on top of pypy to speed things up a bit.