diff --git a/package.json b/package.json index 25508ae61..b22e244ff 100644 --- a/package.json +++ b/package.json @@ -565,7 +565,7 @@ "type": "string" }, "default": [], - "description": "Flags to `go build`/`go test` used during build-on-save or running tests. (e.g. ['-ldflags=\"-s\"'])", + "description": "Flags to `go build`/`go test` used during build-on-save or running tests. (e.g. [\"-ldflags='-s'\"])", "scope": "resource" }, "go.buildTags": { @@ -640,7 +640,7 @@ "type": "string" }, "default": [], - "description": "Flags to pass to `go tool vet` (e.g. ['-all', '-shadow'])", + "description": "Flags to pass to `go tool vet` (e.g. [\"-all\", \"-shadow\"])", "scope": "resource" }, "go.formatTool": { @@ -661,7 +661,7 @@ "type": "string" }, "default": [], - "description": "Flags to pass to format tool (e.g. ['-s'])", + "description": "Flags to pass to format tool (e.g. [\"-s\"])", "scope": "resource" }, "go.inferGopath": {