docs: fix out-of-sync documentation

Ran `go run tools/generate.go` to sync

Change-Id: I64d6c693a9fb6932fb6b74be5ad6b8661ac9a5e5
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/249397
Reviewed-by: Peter Weinberger <pjw@google.com>
diff --git a/docs/settings.md b/docs/settings.md
index cd4881d..57443af 100644
--- a/docs/settings.md
+++ b/docs/settings.md
@@ -45,6 +45,10 @@
 
 The Go build tags to use for all commands, that support a `-tags '...'` argument. When running tests, go.testTags will be used instead if it was set.
 
+### `go.coverMode`
+
+When generating code coverage, the value for -covermode: 'set', 'count', 'atomic'
+
 ### `go.coverOnSave`
 
 If true, runs 'go test -coverprofile' on save and shows test coverage.
@@ -61,17 +65,13 @@
 
 If true, shows test coverage when Go: Test Package command is run.
 
-### `go.coverMode`
-
-When generating code coverage, the value for -covermode: 'set', 'count', 'atomic'
-
 ### `go.coverShowCounts`
 
 When generating code coverage, should counts be shown as --374--
 
 ### `go.coverageDecorator`
 
-This option lets you choose the way to display code coverage. Choose either to highlight the complete line or to show a decorator in the gutter. You can customize the color and border for the former and the style for the latter.
+This option lets you choose the way to display code coverage. Choose either to highlight the complete line or to show a decorator in the gutter. You can customize the colors for the former and the style for the latter.
 
 ### `go.coverageOptions`