Skip to content

Commit

Permalink
[release] package.json: Add "template" property to go.addTags configu…
Browse files Browse the repository at this point in the history
…ration

Add the missing template property for addTags.

Fixes #965

Change-Id: I930e405f0dd1fe0267c8a321549dca49258e2772
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/273187
Trust: Suzy Mueller <suzmue@golang.org>
Run-TryBot: Suzy Mueller <suzmue@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/273189
TryBot-Result: kokoro <noreply+kokoro@google.com>
  • Loading branch information
suzmue committed Nov 25, 2020
1 parent 816f9ce commit aeea154
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1697,6 +1697,11 @@
],
"default": "snakecase",
"description": "Transformation rule used by Go: Add Tags command to add tags"
},
"template": {
"type": "string",
"default": "",
"description": "Custom format used by Go: Add Tags command for the tag value to be applied"
}
},
"additionalProperties": false,
Expand Down

0 comments on commit aeea154

Please sign in to comment.