
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
RunnerCode
Advanced tools
Affected versions:
RunnerCode is a versatile and powerful extension for Visual Studio Code that allows you to instantly run code snippets or entire files in a wide variety of programming languages with a single click or shortcut. Whether you're working with C, C++, Java, JavaScript, PHP, Python, Perl, Ruby, Go, Lua, Groovy, PowerShell, CMD, Bash, F#, C#, VBScript, TypeScript, CoffeeScript, Scala, Swift, Julia, Crystal, OCaml, R, AppleScript, Elixir, VB.NET, Clojure, Haxe, Objective-C, Rust, Racket, Scheme, AutoHotkey, AutoIt, Kotlin, Dart, Pascal, Haskell, Nim, D, Lisp, Kit, V, SCSS, Sass, CUDA, Less, Fortran, Ring, Standard ML, Zig, Mojo, Erlang, SPWN, Pkl, Gleam, or many others, RunnerCode streamlines your workflow by enabling rapid prototyping, testing, and learning. This extension supports executing code directly in the integrated terminal, recognizes shebang lines, provides configurable executors, and integrates smoothly with your editor to boost productivity. RunnerCode is ideal for students, educators, and professional developers seeking a simple yet comprehensive tool for multi-language code execution inside VS Code.
Instantly run code snippets or files in dozens of supported languages in your favorite editor! Runner Code makes multi-language execution effortless—C, C++, Java, JavaScript, Python, Go, Ruby, Swift, Dart, Rust, and many more. Enhance your workflow & automate tasks with just one click.
Ctrl+Alt+N (shortcut)F1 > Run CodeRun Code in editor/explorer menusCtrl+Alt+MF1 > Stop Code RunCtrl+Alt+JF1 > Run By LanguageCtrl+Alt+K or via Command Palette{
"code-runner.executorMap": {
"javascript": "node",
"python": "python",
"php": "C:\\php\\php.exe",
"ruby": "C:\\Ruby23-x64\\bin\\ruby.exe",
"go": "go run",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt"
}
}
Parameters supported:
$workspaceRoot, $dir, $fullFileName, $fileName, $fileNameWithoutExt, $dirWithoutTrailingSlash, $driveLetter, $pythonPath
Advanced settings: You can override executor by glob pattern:
{
"code-runner.executorMapByGlob": {
"*.test.js": "tap",
"*.js": "node"
}
}
You can also set the default language, or by file extension.
For other settings including working directory, auto-save, output behavior, REPL integration and more, check the VS Code settings under "code-runner." key.
ts-node, scriptcs, etc).{ "code-runner.enableAppInsights": false }
FAQs
RunnerCode is a versatile and powerful extension for Visual Studio Code that allows you to instantly run code snippets or entire files in a wide variety of programming languages with a single click or shortcut. Whether you're working with C, C++, Java, JavaScript, PHP, Python, Perl, Ruby, Go, Lua, Groovy, PowerShell, CMD, Bash, F#, C#, VBScript, TypeScript, CoffeeScript, Scala, Swift, Julia, Crystal, OCaml, R, AppleScript, Elixir, VB.NET, Clojure, Haxe, Objective-C, Rust, Racket, Scheme, AutoHotkey, AutoIt, Kotlin, Dart, Pascal, Haskell, Nim, D, Lisp, Kit, V, SCSS, Sass, CUDA, Less, Fortran, Ring, Standard ML, Zig, Mojo, Erlang, SPWN, Pkl, Gleam, or many others, RunnerCode streamlines your workflow by enabling rapid prototyping, testing, and learning. This extension supports executing code directly in the integrated terminal, recognizes shebang lines, provides configurable executors, and integrates smoothly with your editor to boost productivity. RunnerCode is ideal for students, educators, and professional developers seeking a simple yet comprehensive tool for multi-language code execution inside VS Code.
We found that runnerpost.runner-your-code demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.