You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New Feature: Added "Run on Markdown" button to output execution results directly within the Markdown file. When "Run on Markdown" is pressed, the result of the execution is inserted into a new code block tagged result directly below the original code block. This feature includes:
Stop Process Button: Sends a SIGINT signal to gently interrupt the running process.
Kill Process Button: Sends a SIGKILL signal to forcefully terminate the process if it becomes unresponsive.
Kill All Processes Button: Appears in the bottom status bar of VS Code, allowing you to forcefully kill all processes.
If a code block tagged result already exists below the original code, its contents are automatically cleared before inserting new execution results.