pylance-release icon indicating copy to clipboard operation
pylance-release copied to clipboard

python core extension calls us multiple times when new notebook (untitled) is opened.

Open heejaechang opened this issue 3 years ago • 1 comments

it looks like the bug is on python core extension as long as I can see. but we probably need to dig in a bit more before giving the bug to python core ext.

heejaechang avatar Aug 04 '22 23:08 heejaechang

@heejaechang, can you provide logs that show the problem? I just tried creating a new notebook both with LSP notebooks and concat doc ("python.pylanceHandlesNotebooks": true). I didn't see any redundant messages from Python in the LSP scenario. In the concat doc case I saw what looked like duplicate inlayHint requests, but that was it.

debonte avatar Aug 23 '22 20:08 debonte

thank you Erik for taking a look! let me close the issue.

heejaechang avatar Oct 13 '22 18:10 heejaechang