Skip to content

Commit 345c297

Browse files
patrasap0908hyangah
authored andcommitted
[release] package.json: fix typos
Change-Id: I801e41417f6da2da7881b98cc36dbebf56a34cfd GitHub-Last-Rev: 8a69c0e GitHub-Pull-Request: #1187 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/289609 Trust: Robert Findley <[email protected]> Trust: Peter Weinberger <[email protected]> Trust: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]> (cherry picked from commit eb53a53) Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/289671 Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Rebecca Stambler <[email protected]>
1 parent 5236c49 commit 345c297

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Default: `false`
6666
Flags to `go build`/`go test` used during build-on-save or running tests. (e.g. ["-ldflags='-s'"]) This is propagated to the language server if `gopls.build.buildFlags` is not specified.
6767
### `go.buildOnSave`
6868

69-
Compiles code on file save using 'go build' or 'go test -c'. Options are 'workspace', 'package', or 'off'. Not applicable when using the language server's diagnostics is used. See 'go.languageServerExperimentalFeatures.diagnostics' setting.<br/>
69+
Compiles code on file save using 'go build' or 'go test -c'. Options are 'workspace', 'package', or 'off'. Not applicable when using the language server's diagnostics. See 'go.languageServerExperimentalFeatures.diagnostics' setting.<br/>
7070
Allowed Options: `package`, `workspace`, `off`
7171

7272
Default: `"package"`
@@ -444,7 +444,7 @@ Default: `true`
444444
Flags to pass to `go tool vet` (e.g. ["-all", "-shadow"])
445445
### `go.vetOnSave`
446446

447-
Vets code on file save using 'go tool vet'. Not applicable when using the language server's diagnostics is used. See 'go.languageServerExperimentalFeatures.diagnostics' setting.<br/>
447+
Vets code on file save using 'go tool vet'. Not applicable when using the language server's diagnostics. See 'go.languageServerExperimentalFeatures.diagnostics' setting.<br/>
448448
Allowed Options: `package`, `workspace`, `off`
449449

450450
Default: `"package"`

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@
865865
"off"
866866
],
867867
"default": "package",
868-
"description": "Compiles code on file save using 'go build' or 'go test -c'. Options are 'workspace', 'package', or 'off'. Not applicable when using the language server's diagnostics is used. See 'go.languageServerExperimentalFeatures.diagnostics' setting.",
868+
"description": "Compiles code on file save using 'go build' or 'go test -c'. Options are 'workspace', 'package', or 'off'. Not applicable when using the language server's diagnostics. See 'go.languageServerExperimentalFeatures.diagnostics' setting.",
869869
"scope": "resource"
870870
},
871871
"go.buildFlags": {
@@ -939,7 +939,7 @@
939939
"off"
940940
],
941941
"default": "package",
942-
"description": "Vets code on file save using 'go tool vet'. Not applicable when using the language server's diagnostics is used. See 'go.languageServerExperimentalFeatures.diagnostics' setting.",
942+
"description": "Vets code on file save using 'go tool vet'. Not applicable when using the language server's diagnostics. See 'go.languageServerExperimentalFeatures.diagnostics' setting.",
943943
"scope": "resource"
944944
},
945945
"go.vetFlags": {

0 commit comments

Comments
 (0)