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.