Skip to content

Commit

Permalink
fix: add missing value to pygls.trace.server
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Dec 22, 2023
1 parent ab732f9 commit 974d34e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/vscode-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,14 @@
"default": "off",
"enum": [
"off",
"messages",
"verbose"
],
"description": "Controls if LSP messages send to/from the server should be logged.",
"enumDescriptions": [
"do not log any lsp messages",
"log all lsp messages sent to/from the server"
"log all lsp messages sent to/from the server",
"log all lsp messages sent to/from the server, including their contents"
]
}
}
Expand Down

0 comments on commit 974d34e

Please sign in to comment.