-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support shortcut for starting manimgl
interactively based on current line
#2
Comments
implemented here |
Argh, I would really like to have this functionality as part of the extension before I publish this extension's awesome recent developments (thanks you both!) to the marketplace. However, after doing some research the CC-BY-NC-SA license is not compatible with the MIT license I am currently using. We have two options:
I believe this is a very important feature to have as part of the extension. Let me know your thoughts |
Hi! I believe Grant has allowed to use the workflow itself without the CC license. |
Oh sick. Let's get this functionality implemented then. Do you want to prep the PR against main? |
Yes: #17 |
This was closed by #17 |
Such a command (with an assignable shortcut) could do the following
Steps
manimgl
with params based on the which line the cursor is in, that ispath/to/file.py
based on the current directory where VSCode is openpylance
provides kind of an API for this?), e.g.SceneName
42
mangiml path/to/file.py SceneName -se 42
Additional
manimgl
was already launched in interactive mode (in any of the open terminals).manimgl
? Should probably report an error in this case.The text was updated successfully, but these errors were encountered: