Open-output-after-run

Working on moving most configurations from settings.json to robot.toml
using this doc: robot.toml configuration settings | RobotCode

What would be the syntax to add this setting to the robot.toml ?
“robotcode.run.openOutputAfterRun”: “log”,

From what I know, this is not possible.

robot.toml configures profiles which define how to run Robot Framework.

It is not meant to adjust settings in VSCode itself.