-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: upgrade x/tools and gopls to 77f530d86f9a (#913)
* internal/lsp: handle deletion of file content 77f530d8 * internal/lsp: move fillstruct suggested fixes out of analysis 4025ed84 * internal/lsp: support extract function 6d307edf * internal/lsp: split only on the first = for Go environment variables 9cbb971a * internal/lsp: support go1.12 cf97b7f4 * internal/lsp: don't re-run `go env` for every call to WriteEnv e6549b8d The update also updates the fillstruct logic according to recent changes in gopls where it now return Commands instead of direct edits. As gopls went from edits to commands, it will not be possible to fill more than one struct per fillstruct call. This also adds support for incoming LSP ApplyEdit calls, to be able to use LSP ExecuteCommand.
- Loading branch information
Showing
23 changed files
with
1,198 additions
and
220 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.