Erik De Bonte

Results 347 comments of Erik De Bonte

It's not currently possible to set `isRefactoring` to `true` from LSP. I submitted a PR for that though -- https://github.com/microsoft/vscode-languageserver-node/pull/1390

vscode-languageserver-node change has been merged. Waiting on a new release.

@elskito, I agree. Despite Jude's comment that he was closing the issue, it appears it was never closed. I'm going to hide our three comments to avoid future confusion. I...

`matplotlib` started shipping their own stubs in 3.8.0. If you haven't upgraded already, I'd suggest doing that. With 3.8.3 and the following code: ```python import matplotlib.pyplot as plt import numpy...

> But unlike your code editor, I don't have any suggestions after typing two underscores. @BabakAmini, I'm unable to reproduce the completion suggestion behavior that you mentioned in your last...

Created an issue to think about whether `dataclass_transform` can help with Django models: https://github.com/microsoft/pylance-release/issues/3720

@superbobry, thanks for your question! Just wanted to respond to say that I saw this. Coincidentally, @erictraut and I, the authors of PEP 681, are both on vacation at the...

I started trying to move this code into Pylance and found that it calls `isInteractiveInputTab` which uses vscode-jupyter's `InteractiveTab` and `TabInputInteractiveWindow` types. Are the structures of these types well-defined? It...

I've removed the API from Pylance, so Pylance will no longer be relying on Python/Jupyter to provide a function to resolve the input box URI to a notebook URI. We're...

> Any idea when the next stable version goes out? is it lined up with the Python/vscode release schedule? Likely sometime this week. We are not in strict alignment with...