Merge pull request #190 from andys8/patch-1

Readme: Syntax highlighting to support comments
This commit is contained in:
Daniel Imms
2019-06-19 11:45:34 -07:00
committed by GitHub

View File

@ -12,7 +12,7 @@ This is a repository adapted from [lsp-sample](https://github.com/Microsoft/vsco
## Synopsis
- With `vscode-languageclient@5.1.0-next.9`, you can specify a JSON log output format with `[langId].trace.server` as follows:
```json
```jsonc
"languageServerExample.trace.server": {
"format": "json", // or "text"
"verbosity": "verbose" // or "off" | "messages"
@ -42,4 +42,4 @@ This is a repository adapted from [lsp-sample](https://github.com/Microsoft/vsco
- As you are typing, doing auto-completion, many messages should show up in the inspector, such as
- `textDocument/didChange`
- `textDocument/completion`
- `textDocument/publishDiagnostics`
- `textDocument/publishDiagnostics`