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

Fix single quotes uses for JSON examples. #2036

Merged
merged 1 commit into from
Mar 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,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 @@ -598,7 +598,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 @@ -619,7 +619,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