We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I'm attempting to switch Pylance to use a pull method for diagnostics but I'm not getting textDocument/diagnostic messages for notebook cells.
textDocument/diagnostic
I believe that's because notebook changes aren't tracked here:
vscode-languageserver-node/client/src/common/diagnostic.ts
Line 1024 in 8e62556
And notebook opens aren't tracked here:
Line 962 in 8e62556