-
Notifications
You must be signed in to change notification settings - Fork 756
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extension/src/goTools.ts: remove unused fields from Tool.
`close` was used to shut down old tools like `gocode`. That is no longer used. Delete it. `maximumGoVersion` was used when the extension had to choose different tools depending on the go version. We no longer use it. Delete it. Change-Id: Ie4963c084f78b5d3c853fcf6a2828af2aacb318f Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/618355 Commit-Queue: Hyang-Ah Hana Kim <hyangah@gmail.com> kokoro-CI: kokoro <noreply+kokoro@google.com> Reviewed-by: Hongxiang Jiang <hxjiang@golang.org>
- Loading branch information
Showing
2 changed files
with
2 additions
and
24 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
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