Skip to content

Commit

Permalink
Update server.trace format for microsoft/vscode#57404
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Sep 10, 2018
1 parent fddfda4 commit e4df52b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lsp-log-streaming-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ This is a repository adapted from [lsp-sample](https://github.com/Microsoft/vsco
- With `vscode-languageclient@5.1.0-next.9`, you can specify a JSON log output format with `[langId].trace.server` as follows:
```json
"languageServerExample.trace.server": {
"format": "json",
"verbosity": "verbose"
"format": "json", // or "text"
"verbosity": "verbose" // or "off" | "messages"
}
```
- A [webview](https://github.com/Microsoft/language-server-protocol-inspector/tree/master/lsp-inspector-webview) build of the LSP Inspector can be downloaded here: https://marketplace.visualstudio.com/items?itemName=octref.lsp-inspector-webview
Expand Down

0 comments on commit e4df52b

Please sign in to comment.