From caaaf67150cf26e75945b55ec5d90db013e15025 Mon Sep 17 00:00:00 2001 From: mattielee Date: Tue, 6 Aug 2019 15:34:33 -0700 Subject: [PATCH] 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 --- aspnetcore/includes/mac-terminal-access.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 aspnetcore/includes/mac-terminal-access.md diff --git a/aspnetcore/includes/mac-terminal-access.md b/aspnetcore/includes/mac-terminal-access.md new file mode 100644 index 0000000000..436182ce54 --- /dev/null +++ b/aspnetcore/includes/mac-terminal-access.md @@ -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**.