go/internal/lsp/protocol
Peter Weinberger d99d6faea5 internal/lsp/protocol: fix whitespace in comments
There's one case when doing something about newlines in comments is
necessary, but the existing code removed newlines from comments in
several other places. The new code fixes that and a few other
leftovers.

Change-Id: Ia7905f07584ea1774f4fde786bdd5ee732acc818
Reviewed-on: https://go-review.googlesource.com/c/tools/+/368214
Run-TryBot: Peter Weinberger <pjw@google.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
Trust: Peter Weinberger <pjw@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
2021-12-01 19:09:57 +00:00
..
typescript internal/lsp/protocol: fix whitespace in comments 2021-12-01 19:09:57 +00:00
codeactionkind.go gopls: add "go test" code action 2020-10-13 16:52:01 +00:00
context.go all: add copyright notices to files that are missing them 2021-01-06 17:23:47 +00:00
doc.go internal/lsp: the core lsp protocol 2018-09-25 15:17:08 +00:00
enums.go internal/lsp: remove duplicated enums 2019-09-25 15:30:23 +00:00
log.go all: add copyright notices to files that are missing them 2021-01-06 17:23:47 +00:00
protocol.go internal/lsp/lsprpc: implement cancellation using jsonrpc2_v2 2021-05-19 14:12:35 +00:00
span.go internal/lsp: eliminate funcs from commands, and refactor 2021-02-09 22:07:08 +00:00
tsclient.go internal/lsp/protocol: bring the LSP stubs up to date 2021-12-01 15:05:46 +00:00
tsprotocol.go internal/lsp/protocol: fix whitespace in comments 2021-12-01 19:09:57 +00:00
tsserver.go internal/lsp/protocol: bring the LSP stubs up to date 2021-12-01 15:05:46 +00:00