vscode-jupyter
vscode-jupyter copied to clipboard
Variable provider perf improvements
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.