Sascha Leuthold
Results
2
issues of
Sascha Leuthold
`"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.
enhancement
help wanted
vscode
```tcl set name "foo\"bar" puts $name if {[string first {"} $name] != -1 } { puts autsch } ``` 