Jake Bailey
Jake Bailey
`async`, `def`, and `pass` are all keywords. This is what I said before. They are only highlighted in VS Code because VS Code does not understand Python. It's not clear...
> Is it possible to make some toggle in options to disable extension highlight rules? Not in the language server itself. We can only declare at startup that we do...
Hm, I didn't see it in the spec initially, but there is way to dynamically declare support for this. Regardless, we should try and address the issues first, rather than...
Please provide the info as in: https://github.com/microsoft/python-language-server/blob/master/TROUBLESHOOTING.md#filing-an-issue May be similar to #1847.
This setting is an experimental feature that users aren't expected to change except for testing (it doesn't work entirely at the moment), hence the lack of documentation. Potentially, we should...
If the real code is a class, it should be typed as a class with a generic. I didn't realize it was a class. e.g.: ```python from typing import Any,...
This all depends on what is considered the API; are people expected to be able to import `tqdm.utils` or is it a module intended for internal use? If you want...
PTVS uses an older version of Pylance which predates allowing extraction of more than a single line and a slew of bugfixes. We'll get it updated.
If it looks like I'm active on DT, it's because I'm on the TypeScript team and so am a DefinitelyTyped maintainer. I can't say I have extensive knowledge of ramda...
Sure. I don't personally use this project anymore, but rebasing is straightforward.