Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Factorio RCON EvaluatorNew to Visual Studio Code? Get it now.
Factorio RCON Evaluator

Factorio RCON Evaluator

Preview

LemonNeko

|
2 installs
| (0) | Free
Evaluate factorio lua script via rcon protocol in VSCode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-factorio-rcon-evaluator

Logo

This extension allows you to evaluate TypeScript in Factorio using the RCON protocol. VSCode Marketplace

It can helps you to debug your factorio script in VSCode.

This project is a part of AIRI.

Usage

Run your factorio server with the --rcon-host, --rcon-port and --rcon-password flags.

factorio --rcon-host localhost --rcon-port 27105 --rcon-password 123456

Write a top-level function with the start rconScript that contains the code you want to evaluate.

function rconScript() {
  log('Hello, world!')
}

Then a code lens will appear above the function. Click it to run the script in Factorio.

Code Lens Example

Configuration

You can configure the extension by adding the following settings to your settings.json file.

{
  "vscode-factorio-rcon-evaluator": {
    "rconHost": "localhost",
    "rconPort": 27105,
    "rconPassword": "123456"
  }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft