mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
gopls/doc: fix typo in settings
Change-Id: Ia504ebccae77db5533c8a29a455f074068db78b4 Reviewed-on: https://go-review.googlesource.com/c/tools/+/196663 Reviewed-by: Ian Cottrell <iancottrell@google.com> Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
71c3ad9cb7
commit
59c6680fe2
@ -14,10 +14,10 @@ Use the [VSCode-Go] plugin, with the following configuration:
|
||||
"gopls": {
|
||||
"usePlaceholders": true, // add parameter placeholders when completing a function
|
||||
|
||||
// ----- Experimental settings -----
|
||||
// Experimental settings
|
||||
"completeUnimported": true, // autocomplete unimported packages
|
||||
"watchChangedFiles": true, // watch file changes outside of the editor
|
||||
"deepComplete": true, // deep completion
|
||||
"watchChangedFiles": true, // watch file changes outside of the editor
|
||||
"deepCompletion": true, // enable deep completion
|
||||
},
|
||||
"files.eol": "\n", // formatting only supports LF line endings
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user