Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Simple RunnerNew to Visual Studio Code? Get it now.
Simple Runner

Simple Runner

zongou

|
102 installs
| (0) | Free
Markdown notbook support, run simple code and Markdown code blocks.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode Simple Code Runner

  • [x] Provides Markdown notebook.
  • [x] Provides codelens Copy, Edit and Run for Markdown code block.
  • [x] Provides a button on editor title to run file.

To fix garbled characters on Windows

"terminal.integrated.profiles.windows": {
    "PowerShell": {
        "source": "PowerShell",
        "icon": "terminal-powershell",
        "args": [
            "-NoExit",
            "chcp 65001 >$null"
        ]
    },
    "cmd": {
        "path": "cmd",
        "args": [
            "/K",
            "chcp 65001 >/nul"
        ]
    }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft