From 2e941d2fa0801c2c4b823ae8d5e742b645ac0536 Mon Sep 17 00:00:00 2001 From: ericcheng2005 <68196762+import-brain@users.noreply.github.com> Date: Sat, 2 Oct 2021 15:39:40 -0400 Subject: [PATCH] docs: added commas to sentences in .vscode/README.md (#43684) PR Close #43684 --- .vscode/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/README.md b/.vscode/README.md index 55a631960c77f..e20581db2bf4b 100644 --- a/.vscode/README.md +++ b/.vscode/README.md @@ -12,9 +12,9 @@ To use the recommended configurations follow the steps below: - copy (or link) `.vscode/recommended-tasks.json` to `.vscode/tasks.json` - restart the editor -If you already have your custom workspace settings you should instead manually merge the file contents. +If you already have your custom workspace settings, you should instead manually merge the file contents. -This isn't an automatic process so you will need to repeat it when settings are updated. +This isn't an automatic process, so you will need to repeat it when settings are updated. To see the recommended extensions select "Extensions: Show Recommended Extensions" in the [Command Palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette).