Skip to content

Commit

Permalink
package.json: add missing transform variants for go.addTags
Browse files Browse the repository at this point in the history
This simply allows in the settings.json or UI to use the missing 'lispcase', 'pascalcase' and 'keep'
transform options for the go.addTags command.

Fixes golang#906
  • Loading branch information
skaldesh committed Nov 18, 2020
1 parent a4e523d commit 9aa9709
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1689,7 +1689,10 @@
"type": "string",
"enum": [
"snakecase",
"camelcase"
"camelcase",
"lispcase",
"pascalcase",
"keep"
],
"default": "snakecase",
"description": "Transformation rule used by Go: Add Tags command to add tags"
Expand Down

0 comments on commit 9aa9709

Please sign in to comment.