There is a cool GUI solution, like About Visual Studio > Show Details.
But is there any chance I can get the same output from CLI?
Thanks!
There is a cool GUI solution, like About Visual Studio > Show Details.
But is there any chance I can get the same output from CLI?
Thanks!
Terminal window is not a part of the built-in tools within Visual Studio for Mac. There might be some add-ins or extension for this, but I am not aware.
Here is an VS fro Mac add-in that allows you to open a terminal window and you can do something with CLI.
In addition , Team Foundation Version Control will use GUI Git tool , you can have a look at it .
Thanks, finally I asked the question on relevant MS site and received an answer that there is no such thing.
Meanwhile, I was able to find two similar questions and answers here on SO (which I missed earlier, likely due to different query phrasing, even though I tried many times).
Here they are:
Also note my comments to both of them.