We have $(BuildHost) and $(DeployHost) variables
Can we have also $(UserHost) ?
Which will translate to the `hostname` shown in “Debug Settings”, which is the windows computer name.
This way I could change project remote directory on building host to /tmp/VisualGDB/$(UserHost)/$(UserName)/$(ProjectDirUnixStyle)
or if I have only one user per host, I could just use /tmp/VisualGDB/$(UserHost)/$(ProjectDirUnixStyle)
What do you think?