Erik De Bonte

Results 347 comments of Erik De Bonte

> Additionally, you can't tell which is which (as you can see above), as the only hint is Auto-import. It would be nice if the hint were replaced with the...

Can you provide more details on the files/directories involved in your repro scenario?

> `include` is our setting, so I dont think it is `vscode`'s responsibility to show errors I was thinking that VS Code could show errors in the `.code-workspace` editor for...

@senese, for Pylance to believe that that `User` has a generated `__init__` method with `id`, `username`, and `email` parameters, `User` or one of its base classes would need to be...

Seems like an offset related bug? It repros if the cursor is immediately after `len` as in the repro video. But it does not repro if the cursor is immediately...

Not a recent regression. Repros on 2024.2.1.

This is a known issue. These fields are added dynamically by django and there's currently no way in the Python type system to tell a static type checker that they...

Our log appears as "Python Language Server" in the Output pane. There's more detail about collecting data to investigate issues, including cpuprofiles which might be useful in this case, [here](https://github.com/microsoft/pylance-release/wiki/Collecting-data-for-an-investigation.).

https://github.com/microsoft/pylance-release/issues/3318#issuecomment-1244230794 is relevant. > It's unlikely that the typing versions of these symbols will ever be removed. They are too widely used. It would be incredibly disruptive to eliminate them,...