Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>run-lineNew to Visual Studio Code? Get it now.
run-line

run-line

FetchBot

|
422 installs
| (0) | Free
run the current line as a script and output the result back into the file
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

run-line README

Run-Line allows you to evaluate javascript snippets and embed the result in the current file.

Features

adds 3 commands,

  • run-line.runCommand
  • run-line.openJSScriptFile
  • run-line.runSelection

Requirements

Extension Settings

{
  "run-line": {
    "scriptFile":null||"some file path to a js file"
  }
}

Known Issues

  • infinite loops will crash vscode
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft