Description
In the Debugging tests with Visual Studio Code the {workspaceRoot} variable has been deprecated since version 1.17 in favor of {workspaceFolder}. Relevant links below.
I'm opening this issue just in case anyone has something against changing that variable (in my local tests {workspaceFolder} is fine).
If it is fine to change it, I'll open a PR about it.
Relevant Links