2021.8.12 (17 August 2021)
Fixes
- Fix interrupt kernel in native interactive window when executing a #%% cell.
(#6983) - Populate the interactive window variable explorer when focus is in the #%% Python file.
(#6993) - Reinitialize kernels after a restart, including resetting current working directory and rerunning startup commands.
(#7016) - Restore support for
jupyter.collapseCellInputCodeByDefault
in native interactive window.
(#7031) - Fix restart kernel in native interactive window when executing a #%% cell.
(#7081) - Ensure variable explorer handles kernel restarts.
(#7126)