Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio for mac: how to run a terminal

I'm new to Visual Studio on mac, can someone show where we can run a terminal window to execute some git commands?

like image 576
Vitalii Avatar asked Jan 15 '18 09:01

Vitalii


1 Answers

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.

However, there is a GUI Git tool called 'Version Control' which is integrated to VS, you can use it.

If you still want to use a terminal window, you can open a separate terminal window, outside of the VS. Alternatively there is an VS fro Mac add-in that allows you to open a terminal window (again outside of the VS) on any solution's dir.

UPDATE:
You can open any directory from Visual Studio for Mac in a terminal by right-clicking any project directory > Tools > Open in Terminal

like image 54
EvZ Avatar answered Oct 19 '22 17:10

EvZ