Skip to content

Commit

Permalink
package.json: Add "template" property to go.addTags configuration
Browse files Browse the repository at this point in the history
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 <[email protected]>
Run-TryBot: Suzy Mueller <[email protected]>
Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
  • Loading branch information
suzmue committed Nov 25, 2020
1 parent f6c5b08 commit 795bf32
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 795bf32

Please sign in to comment.