Skip to content

Diagnostics pulling doesn't work for notebook cells #1464

Closed
@rchiodo

Description

@rchiodo

I'm attempting to switch Pylance to use a pull method for diagnostics but I'm not getting textDocument/diagnostic messages for notebook cells.

I believe that's because notebook changes aren't tracked here:

if (diagnosticPullOptions.onChange === true) {

And notebook opens aren't tracked here:

const openFeature = client.getFeature(DidOpenTextDocumentNotification.method);

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestRequest for new features or functionality

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions