forked from golang/vscode-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/goModifytags: support gomodifytags's --template flag
Support gomodifytags 1.11.0 new --template feature As of [1.11.0](https://github.com/fatih/gomodifytags/releases/tag/v1.11.0) there is a `--template` option in gomofidytags that allows to give a special formatting to the tags, this adds support to it. Change-Id: I94949bbfa87941a4b04b5671e728442a849e0e5e GitHub-Last-Rev: b26a2a6 GitHub-Pull-Request: golang#826 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/264299 Reviewed-by: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Suzy Mueller <[email protected]> Trust: Suzy Mueller <[email protected]> Trust: Hyang-Ah Hana Kim <[email protected]>
- Loading branch information
1 parent
d67c057
commit 99c4f74
Showing
3 changed files
with
28 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ | |
}, | ||
"editor.insertSpaces": false, | ||
"typescript.tsdk": "node_modules\\typescript\\lib", | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters