# formulahendry/vscode-code-runner

Code Runner for Visual Studio Code

Repository: https://github.com/formulahendry/vscode-code-runner
Canonical: https://ross.abutalabs.com/products/vscode-code-runner
Homepage: https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner
Language: TypeScript
License: MIT
License Family: permissive
Topics: vscode, typescript, runner, executor, visual-studio-code, vscode-extension
Last push: 2024-08-11T01:38:16+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3702, "days_push": 753, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2432, forks 349 (observed 2026-08-28T04:06:51.182588+00:00)

## What it is
A Visual Studio Code extension that runs code snippets or code files for dozens of languages directly in the editor. It supports running the active file, selections, shebang-based execution, custom commands, and REPL via the integrated terminal.

## Use cases
- run a python script from vscode with one shortcut
- execute code snippets in multiple languages inside the editor
- quickly test small code files without leaving vscode
- run selected code fragment in the editor
- run code based on shebang or filename glob
- configure a custom command to run my code
- stop a running program and view its output in vscode

## When to choose
- you want fast, lightweight execution of scripts or snippets inside VS Code
- you work across many languages and want one consistent run shortcut
- you want REPL support through the integrated terminal

## When to avoid
- you need a full debugger with breakpoints and variable inspection
- you need build systems, task orchestration, or CI-style pipelines
- you need sandboxed or isolated execution environments

## Facets
- artifact type: plugin
- maturity: stable
- function: developer-tools, cli
- domain: developer-tools, text-editors
- platform: editor-plugin, cross-platform
- tags: vscode-extension, code-runner, multi-language, code-execution, repl, command-line

## Member repositories
- formulahendry/vscode-code-runner (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:51.182588+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:31:16.711842+00:00, confidence not recorded.
  - readme: https://github.com/formulahendry/vscode-code-runner (fetched 2026-08-28T04:06:51.182588+00:00, sha 7b2e7cf3be61)
  - homepage: https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner (fetched 2026-08-29T10:12:50.737660+00:00, sha 659e7f73412f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
