package.json: sync gopls@v0.8.2
Change-Id: I6c0d9dac39187c2950cb8e784fbf1605dfbd65a1 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/397415 Trust: Hyang-Ah Hana Kim <hyangah@gmail.com> Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Robert Findley <rfindley@google.com>
This commit is contained in:
Родитель
ea58fe1024
Коммит
47a586b881
|
@ -647,7 +647,7 @@ Default: `""`
|
|||
|
||||
codelenses overrides the enabled/disabled state of code lenses. See the
|
||||
"Code Lenses" section of the
|
||||
[Settings page](https://github.com/golang/tools/blob/master/gopls/doc/settings.md)
|
||||
[Settings page](https://github.com/golang/tools/blob/master/gopls/doc/settings.md#code-lenses)
|
||||
for the list of supported lenses.
|
||||
|
||||
Example Usage:
|
||||
|
@ -684,7 +684,7 @@ results. Zero means unlimited.
|
|||
Default: `"100ms"`
|
||||
### `ui.completion.experimentalPostfixCompletions`
|
||||
|
||||
(Experimental) experimentalPostfixCompletions enables artifical method snippets
|
||||
(Experimental) experimentalPostfixCompletions enables artificial method snippets
|
||||
such as "someSlice.sort!".
|
||||
|
||||
|
||||
|
|
|
@ -2133,7 +2133,7 @@
|
|||
},
|
||||
"ui.codelenses": {
|
||||
"type": "object",
|
||||
"markdownDescription": "codelenses overrides the enabled/disabled state of code lenses. See the\n\"Code Lenses\" section of the\n[Settings page](https://github.com/golang/tools/blob/master/gopls/doc/settings.md)\nfor the list of supported lenses.\n\nExample Usage:\n\n```json5\n\"gopls\": {\n...\n \"codelenses\": {\n \"generate\": false, // Don't show the `go generate` lens.\n \"gc_details\": true // Show a code lens toggling the display of gc's choices.\n }\n...\n}\n```\n",
|
||||
"markdownDescription": "codelenses overrides the enabled/disabled state of code lenses. See the\n\"Code Lenses\" section of the\n[Settings page](https://github.com/golang/tools/blob/master/gopls/doc/settings.md#code-lenses)\nfor the list of supported lenses.\n\nExample Usage:\n\n```json5\n\"gopls\": {\n...\n \"codelenses\": {\n \"generate\": false, // Don't show the `go generate` lens.\n \"gc_details\": true // Show a code lens toggling the display of gc's choices.\n }\n...\n}\n```\n",
|
||||
"scope": "resource",
|
||||
"properties": {
|
||||
"gc_details": {
|
||||
|
@ -2181,7 +2181,7 @@
|
|||
},
|
||||
"ui.completion.experimentalPostfixCompletions": {
|
||||
"type": "boolean",
|
||||
"markdownDescription": "(Experimental) experimentalPostfixCompletions enables artifical method snippets\nsuch as \"someSlice.sort!\".\n",
|
||||
"markdownDescription": "(Experimental) experimentalPostfixCompletions enables artificial method snippets\nsuch as \"someSlice.sort!\".\n",
|
||||
"default": true,
|
||||
"scope": "resource"
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче