mirror of https://github.com/golang/go.git
internal/lsp/source: set default InsertTextFormat to PlainText
CL 212519 unintentionally changed the default for this option. Change-Id: I42df51ba68e78af1493d0461ad4efff3dd55da9d Reviewed-on: https://go-review.googlesource.com/c/tools/+/213640 Run-TryBot: Rebecca Stambler <rstambler@golang.org> Reviewed-by: Paul Jolly <paul@myitcv.org.uk> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
a222fb47e2
commit
11e9d9cc00
|
|
@ -51,7 +51,7 @@ var (
|
|||
Hooks: DefaultHooks,
|
||||
}
|
||||
DefaultClientOptions = ClientOptions{
|
||||
InsertTextFormat: protocol.SnippetTextFormat,
|
||||
InsertTextFormat: protocol.PlainTextTextFormat,
|
||||
PreferredContentFormat: protocol.Markdown,
|
||||
ConfigurationSupported: true,
|
||||
DynamicConfigurationSupported: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue