Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Fix simple quotes uses for JSON examples. (#2036)
Browse files Browse the repository at this point in the history
  • Loading branch information
Edznux authored and ramya-rao-a committed Mar 3, 2019
1 parent 3703d35 commit da664d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand All @@ -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": {
Expand Down

0 comments on commit da664d7

Please sign in to comment.