Skip to content

Commit

Permalink
extension: update gopls v0.18.1-pre.1 settings
Browse files Browse the repository at this point in the history
This is an automated CL which updates the gopls version and settings.

For golang/go#71882

Change-Id: Ib189aac783f1d6ab4498aaf7d4fe828aa491d135
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/651218
Auto-Submit: Gopher Robot <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Robert Findley <[email protected]>
kokoro-CI: kokoro <[email protected]>
Reviewed-by: Alan Donovan <[email protected]>
  • Loading branch information
gopherbot committed Feb 21, 2025
1 parent c08eba5 commit 13f8edb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,16 @@ Default: `false`
hoverKind controls the information that appears in the hover text.
SingleLine is intended for use only by authors of editor plugins.
<br/>
Allowed Options: `FullDocumentation`, `NoDocumentation`, `SingleLine`, `SynopsisDocumentation`
Allowed Options:

* `FullDocumentation`
* `NoDocumentation`
* `SingleLine`
* `Structured`: `"Structured"` is a misguided experimental setting that returns a JSON
hover format. This setting should not be used, as it will be removed in a
future release of gopls.
* `SynopsisDocumentation`


Default: `"FullDocumentation"`
### `ui.documentation.linkTarget`
Expand Down
2 changes: 2 additions & 0 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2428,12 +2428,14 @@
"FullDocumentation",
"NoDocumentation",
"SingleLine",
"Structured",
"SynopsisDocumentation"
],
"markdownEnumDescriptions": [
"",
"",
"",
"`\"Structured\"` is a misguided experimental setting that returns a JSON\nhover format. This setting should not be used, as it will be removed in a\nfuture release of gopls.\n",
""
],
"default": "FullDocumentation",
Expand Down

0 comments on commit 13f8edb

Please sign in to comment.