Rickaym / manim-sideview

A Manim utility extension for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=Rickaym.manim-sideview
MIT License
102 stars 11 forks source link

Multiple command line args #19

Closed ksthicke closed 2 years ago

ksthicke commented 2 years ago

If you go into the Manim Sideview setting in VScode and try to set two command line args, it will error out. This seems to be because the command line args are put in quotes when the command is executed. A dirty workaround is to put quotes in between the arguments. For example: doesn't work: --disable_caching -ql does work: --disable_caching" "-ql

I'm not sure if there was a reason for putting the command line args in quotes. If there is not a good reason for it, then I guess this should be a simple issue to fix.

Rickaym commented 2 years ago

Noted, I'll see to this issue--if it indeed is the quotes that are the problem, they're already removed and the effects will take in by 0.0.14, which is our next major release!

Thanks, Ricky.