-
-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Is your enhancement request related to a problem? Please describe.
Sometimes we need to configure things in a way that we can pint to things like ${workspaceFolder} and ${relativeFile} (https://code.visualstudio.com/docs/reference/variables-reference). At least I would need to have that working for robotcode.robot.paths so that it points to ${relativeFile} but it seems that it doesn't work in either of settings.json or robot.toml. At least the play button is missing next to tests after trying to configure that.
Describe the solution you'd like
I would like to be able to use vs code variables in settings.json or robot.toml. Preferrably both.
Describe alternatives you've considered
No alternative that I have found yet
Additional context
The base need for me is to get rid of suite naming syntax of Project.Folder.Folder.File.Test and get it just as File.Test. The same is explaned earlier here https://forum.robotframework.org/t/robotcode-whole-project-marked-as-test-suite/7301/7, but there is no resolution for the problem there.