Skip to content

Commit aeea154

Browse files
committed
[release] package.json: Add "template" property to go.addTags configuration
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]> Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/273189 TryBot-Result: kokoro <[email protected]>
1 parent 816f9ce commit aeea154

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -1697,6 +1697,11 @@
16971697
],
16981698
"default": "snakecase",
16991699
"description": "Transformation rule used by Go: Add Tags command to add tags"
1700+
},
1701+
"template": {
1702+
"type": "string",
1703+
"default": "",
1704+
"description": "Custom format used by Go: Add Tags command for the tag value to be applied"
17001705
}
17011706
},
17021707
"additionalProperties": false,

0 commit comments

Comments
 (0)