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:
Rebecca Stambler 2020-01-07 13:19:33 -05:00
parent a222fb47e2
commit 11e9d9cc00
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ var (
Hooks: DefaultHooks,
}
DefaultClientOptions = ClientOptions{
InsertTextFormat: protocol.SnippetTextFormat,
InsertTextFormat: protocol.PlainTextTextFormat,
PreferredContentFormat: protocol.Markdown,
ConfigurationSupported: true,
DynamicConfigurationSupported: true,