How to stop a cell in VS Code

  1. Define the “cells” with exactly 2 hashes (##) (editable setting)
  2. Run commands like Julia: Execute Code Cell in REPL (ALT+ENTER), or Julia: Execute Code Cell in REPL and Move (SHIFT+ALT+ENTER) (and others)

More info: Running Code · Julia in VS Code

1 Like

I’d like to point out that even after deleting the cell, the extension still thinks there’s a cell running. Only restarting VS Code fixes it.

1 Like

I have still encountered this issue. I can delete the cell text, save and close the file. When the file is re-opened, VSCode still thinks the empty cell is running. Only after fully deleting the cell does it stop.

1 Like