Instructions for accessing a command terminal on Mac (#13672)

* Instructions for accessing a command terminal on Mac

@Rick-Anderson Here is the new file we discussed. 
/cc: @anangaur

* Update mac-terminal-access.md
pull/13702/head
mattielee 2019-08-06 15:34:33 -07:00 committed by Rick Anderson
parent 619da03c3c
commit caaaf67150
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
### Accessing a Command Terminal on Visual Studios for Mac
Accessing a command terminal on Mac for the first time requires the following setting configurations:
* Navigate to **System Preferences > Keyboard > Shortcuts > Services**.
* Under **Files and Folders**, verify **New Terminal at Folder** is selected.
The preceding instructions enable access a command terminal two ways: from inside **Visual Studios** or from **Finder**.
#### To access a command terminal from Visual Studio for Mac:
* Right click the project name.
* Navigate to **Tools > Open in Terminal**.
#### To access a command terminal from Finder:
* Right click the desired folder.
* At the bottom of the list, select **New Terminal at Folder**.