vscode-jupyter icon indicating copy to clipboard operation
vscode-jupyter copied to clipboard

Variable provider perf improvements

Open amunger opened this issue 1 year ago • 0 comments

repro create a dataframe in a notebook try expanding the dataframe in both the notebook variables view and the debug variables view

notice that the notebook variables view takes significantly longer

One thing that might help is to reduce the size of the messages passed between python and the extension by calculating the property chain within the extension.

amunger avatar Jan 19 '24 22:01 amunger