Skip to content

Commit c5eb522

Browse files
h9jianggopherbot
authored andcommitted
extension/tools: mark gomodifytags replaced by gopls
The source of truth of tool config is extension/tools/allTools.ts.in. The x/build triggers re-generate everytime a gopls get released, so the bit got clipped by CL 678735. Change-Id: I94ba9f307b448baa900f7acb633c8e8e130f69ef Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/678916 Reviewed-by: Madeline Kalil <[email protected]> kokoro-CI: kokoro <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Alan Donovan <[email protected]> Auto-Submit: Hongxiang Jiang <[email protected]>
1 parent 0acba5f commit c5eb522

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extension/src/goToolsInformation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const allToolsInformation: { [key: string]: Tool } = {
99
name: 'gomodifytags',
1010
importPath: 'github.com/fatih/gomodifytags',
1111
modulePath: 'github.com/fatih/gomodifytags',
12-
replacedByGopls: false,
12+
replacedByGopls: true,
1313
isImportant: false,
1414
description: 'Modify tags on structs',
1515
defaultVersion: 'v1.17.0'

extension/tools/allTools.ts.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const allToolsInformation: { [key: string]: Tool } = {
77
name: 'gomodifytags',
88
importPath: 'github.com/fatih/gomodifytags',
99
modulePath: 'github.com/fatih/gomodifytags',
10-
replacedByGopls: false,
10+
replacedByGopls: true,
1111
isImportant: false,
1212
description: 'Modify tags on structs',
1313
defaultVersion: 'v1.17.0'

0 commit comments

Comments
 (0)