Commands and settings
Commands
| Command | Purpose |
|---|---|
IC10: Restart Language Server | Restarts the bundled language server. |
IC10: Create Simulation Environment | Creates and opens a visual simulation file. |
IC10: Create Environment from Template | Starts from a packaged example. |
IC10: Create Scenario Test | Creates a scenario fixture and editor. |
IC10: Build for Game | Writes deployable code and sidecars. |
IC10: Copy Deployable Code | Copies the identical build without writing files. |
IC10: Step World Tick | Advances all eligible simulated ICs one world tick. |
IC10: Select Simulation Context | Chooses the environment used for editing intelligence. |
IC10: Remove All Comments | Removes comments and preserves safe relative branches. |
Frequently used settings
| Setting | Purpose |
|---|---|
ic10.server.path | Selects a custom language-server executable. |
ic10.debugAdapter.path | Selects a custom debug adapter. |
ic10.cli.path | Selects a custom ic10 runner. |
ic10.testing.rerunOnSave | Re-runs affected tests after a save. |
ic10.diagnostics.unused | Controls unused/dead-code diagnostics. |
ic10.build.optimization | Selects none, readable, or compact output. |
ic10.trace.server | Enables LSP protocol logging for troubleshooting. |
Use Preferences: Open Settings (UI) and search for Stationeers Toolkit or ic10.