Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@renathossain renathossain released this 26 Aug 04:23
  • 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.