microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.3k stars 294 forks source link

Outputs no cleared when converting code cell to raw #16159

Open DonJayamanne opened 4 weeks ago

DonJayamanne commented 4 weeks ago

Switching to raw using the drop-down does not instantly make it raw and make its output disappear. It just stays here until I press Shift+Enter to execute it. I suppose one could consider this a design choice but I'd like to add my two cents that the common case for making a cell raw is that you want it out of your way for the time being. I infact use raw cells half the time to just clear the output in a way.

Originally filed here https://github.com/microsoft/vscode-jupyter/issues/16122