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

JS Code Runner

Floro Raphaell Bautista

|
7,957 installs
| (0) | Free
| Sponsor
Run Javascript Code in the Terminal
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JS Code Runner

Run JavaScript Code inside VS Code Terminal

Donation

If you liked this extension and want to donate, you do so via paypal

Features

  • Run JavaScript Code in the integrated terminal of VS Code

Prerequisites

  • You must have Node.js or other frameworks that can run JavaScript code on the server
  • Here is how to install Node.js

Usages

  • To run code:
    • Click the Run Code Button at the top right of VS Code
    • Or use shortcut Ctrl+Alt+Enter
    • Or open the command palette using Ctrl+Shift+P then type jscoderunner and select Run JavaScript Code
  • To stop running the code
    • Click the Stop Code Run Button at the top right of VS Code
    • Or use shortcut Ctrl+shift+Enter
    • Or open the command palette using Ctrl+Shift+P then type jscoderunner and select Stop Running JavaScript Code

Configuration

  • To control Wether or not to show the Run Code icon in the top right of VS Code, open settings and search jscoderunner then check or uncheck the Show Run Icon setting

  • To control Wether or not to show the Stop Code Run icon in the top right of VS Code, open settings and search jscoderunner then check or uncheck the Show Stop Icon setting

  • To change the executor string, open settings and search jscoderunner then change the string in the input field

  • To run code in terminal instead of output channel,open settings and search jscoderunner then check the Run In Terminal setting

  • To clear previous output before running again, open settings and search jscoderunner then check the Clear Previous Output setting

Changelog

See Change Log here

Issues

Submit the issues here if you find any bug or have any suggestion

Contribution

Fork the repo and submit a pull request

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft