Opening the Configuration
Press ⌘ + , on macOS or Ctrl + , on Windows to open the editor configuration.Editing the Config
The configuration file returns a Lua table. Start with the default configuration and override any settings you want to change.Example Configuration
Available Options
| Option | Description |
|---|---|
config.theme | The editor theme. |
config.code.fontSize | Font size used in the code editor. |
config.code.lineHeight | Height of each line of code. |
config.code.selectionCornerRadius | Corner radius of the selection highlight. |
config.code.executionTimeoutMs | Maximum time a script can run before being stopped. |
