forked from golang/vscode-go
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package.json: remove deprecated settings
and remove legacy tools installation code. Deleted settings - Gocode related settings (go.gocodeFlags, go.gocodeAutoBuild, go.gocodePackageLookupMode) - Code suggestion settings (go.useCodeSnippetsOnFunctionSuggest, go.useCodeSnippetsOnFunctionSuggestWithoutType, go.autocompleteUnimportedPackages) - go.gotoSymbol.includeCoroot - go.docsTool - go.useGoProxyToCheckForToolUpdates (obsolete by go.toolsManagement flag in 2020. Delete all the transition code as well) - go.liveErrors For golang#2799 Change-Id: Id949d2f4ea5963553170a9c168b08752cc2e825f Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/535097 Commit-Queue: Hyang-Ah Hana Kim <hyangah@gmail.com> Reviewed-by: Robert Findley <rfindley@google.com> Reviewed-by: Suzy Mueller <suzmue@golang.org> TryBot-Result: kokoro <noreply+kokoro@google.com>
- Loading branch information
Showing
13 changed files
with
25 additions
and
471 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
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
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
Oops, something went wrong.