@redocly/openapi-language-server 0.4.4 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -8
- package/lib/index.js +49 -48
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,11 +4,4 @@ Currently, @redocly/openapi-language-server supports these features:
|
|
|
4
4
|
|
|
5
5
|
- [x] Autocompletion for `yaml` files
|
|
6
6
|
- [x] Validation of `yaml` and `json` files
|
|
7
|
-
|
|
8
|
-
TBD:
|
|
9
|
-
|
|
10
|
-
- Go to definition
|
|
11
|
-
|
|
12
|
-
## Documentation
|
|
13
|
-
|
|
14
|
-
See documentation in the [docs folder](docs).
|
|
7
|
+
- [x] Go to definition
|