Skip to content

Commit 3c7e4da

Browse files
skaldeshsuzmue
authored andcommitted
package.json: add missing transform variants for go.addTags
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 #906 Change-Id: Ic1ef1fd6e9df755d048424275e75033914c91060 GitHub-Last-Rev: e181a58 GitHub-Pull-Request: #936 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/271357 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> Trust: Hyang-Ah Hana Kim <hyangah@gmail.com> Trust: Suzy Mueller <suzmue@golang.org> Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com> TryBot-Result: kokoro <noreply+kokoro@google.com>
1 parent c13bcfe commit 3c7e4da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1689,7 +1689,10 @@
16891689
"type": "string",
16901690
"enum": [
16911691
"snakecase",
1692-
"camelcase"
1692+
"camelcase",
1693+
"lispcase",
1694+
"pascalcase",
1695+
"keep"
16931696
],
16941697
"default": "snakecase",
16951698
"description": "Transformation rule used by Go: Add Tags command to add tags"

0 commit comments

Comments
 (0)