robotcodedev / robotcode

RobotFramework support for Visual Studio Code
https://robotcode.io
Apache License 2.0
168 stars 13 forks source link

[ENHANCEMENT] allow f-string like variables in robot.toml files #167

Open d-biehl opened 9 months ago

d-biehl commented 9 months ago

support variables in config files like:

[variables]
ROOT_DIR="{root}"
IN_CI="{env:CI:False}"

see also hatch...

d-biehl commented 2 months ago

this could have something to to with #253