From b6004aa3e6419b46714e709c2a1de5a7b8b36bb2 Mon Sep 17 00:00:00 2001 From: Sablu Miah Date: Thu, 4 Nov 2021 18:03:40 +0000 Subject: [PATCH] Update gettingstarted.md Remove unrequired brackets for clearer reading and remove `Alt` option for Mac when there is a separate option for Linux/Windows for the `Alt` option --- docs/visualstudiocode/gettingstarted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/visualstudiocode/gettingstarted.md b/docs/visualstudiocode/gettingstarted.md index c86e856..46e5fec 100644 --- a/docs/visualstudiocode/gettingstarted.md +++ b/docs/visualstudiocode/gettingstarted.md @@ -71,8 +71,8 @@ As the developer you are always in charge; you can select which suggestion to us 2. GitHub Copilot will again show you a suggested completion. 3. Instead of pressing `Tab`: - * On macOS, press `Option (⌥) or Alt`+`]` (or `Option (⌥) or Alt`+`[`). - * On Windows or Linux, press `Alt`+`]` (or `Alt`+`[`). + * On macOS, press `Option (⌥) `+`]` or `Option (⌥) `+`[`. + * On Windows or Linux, press `Alt`+`]` or `Alt`+`[`. GitHub Copilot will cycle through other alternative suggestions.