Manim-Notebook / manim-notebook

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

small refactor: `executeTerminalCommand` #29

Open VladimirFokow opened 1 week ago

VladimirFokow commented 1 week ago

refactor this:
https://github.com/bhoov/manim-notebook/blob/4543f93822ccada625ccb1040e884629fd6599d4/src/previewCode.ts#L5-L7

instead of only there - add \x0C and \x1b in the executeTerminalCommand function itself
(we can add args to this function which command whether to add these symbols or not)