python-language-server icon indicating copy to clipboard operation
python-language-server copied to clipboard

Microsoft Language Server for Python

Results 101 python-language-server issues
Sort by recently updated
recently updated
newest added

@rchiodo commented on [Tue Apr 16 2019](https://github.com/microsoft/vscode-python/issues/5298) I have a function defined like so: ``` def verify_dataframe_info(vars, name: str, capsys, hasInfo: bool): ``` And I had code like so: ```...

enhancement
feature: linter
typecheck-diagnostics