stef-levesque/vscode-perforce

Resolve variables like ${rootName} or ${env:VAR_1}

Opened this issue · 0 comments

"perforce.client": "${env:PERFORCE_CLIENT_1}"
or
"perforce.client": "${rootName}"

It would be helpful to resolve variables like that to have more flexibility with multi-workspace and multi-user configurations.