mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Readme: Syntax highlighting to support comments
This commit is contained in:
@ -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`
|
||||
|
||||
Reference in New Issue
Block a user