Manim-Notebook / manim-notebook

Simple commands to replicate the manim dev workflow in VSCode
MIT License
5 stars 0 forks source link

Reset isExecutingCommand during shell reset #66

Closed Splines closed 1 day ago

Splines commented 1 day ago

Fixes #53.

I didn't encounter this situation since we set shouldLockDuringCommandExecution to true only for Mac, that's why we experienced the different behavior here. I forgot to reset the isExecutingCommand flag during the shell reset.

VladimirFokow commented 1 day ago

nice

VladimirFokow commented 1 day ago

can be merged