vscode-jupyter
vscode-jupyter copied to clipboard
Variables don't refresh when clicking the toolbar button on the interactive window
Seems like a recent regression
-
Open notebook
-
Create variable
-
View it in the variables window
-
Open terminal
-
Open python file with cell
-
Run cell that would create a new variable
-
Click on variables
-
No variables shown
-
Give focus to IW input box
-
Variables start working again
Side note, need to click off of the variables window between steps 3 and 4. If the variables window is still up and visible I don't repro the issue, but I do repro if you click to something like output or terminal after step 3.
Another small note. When running the .py, don't reveal the variables until the execution has finished. Otherwise the execution finishing will update the vars and the bug won't repro.
Kinda think this is more a variable view issue versus IW, so assigning myself.
not reproducing for me with latest