You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -234,6 +234,10 @@ To run the image you can use:
234
234
docker run -it quay.io/redhat-developer/yaml-language-server:latest
235
235
```
236
236
237
+
## Language Server Protocol version
238
+
239
+
`yaml-language-server` use `vscode-languageserver@7.0.0` which implements [LSP 3.16](https://github.com/Microsoft/language-server-protocol/blob/gh-pages/_specifications/specification-3-16.md)
240
+
237
241
## Clients
238
242
239
243
This repository only contains the server implementation. Here are some known clients consuming this server:
0 commit comments