yaml-language-server 1.15.1-3892a87.0 → 1.15.1-8f508fa.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -379,7 +379,6 @@ This repository only contains the server implementation. Here are some known cli
379
379
 
380
380
  - [Eclipse Che](https://www.eclipse.org/che/)
381
381
  - [vscode-yaml](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml) for VSCode
382
- - [ide-yaml](https://atom.io/packages/ide-yaml) for Atom editor
383
382
  - [coc-yaml](https://github.com/neoclide/coc-yaml) for [coc.nvim](https://github.com/neoclide/coc.nvim)
384
383
  - [Eclipse Wild Web Developer](https://marketplace.eclipse.org/content/eclipse-wild-web-developer-web-development-eclipse-ide) for Eclipse IDE
385
384
  - [lsp-mode](https://github.com/emacs-lsp/lsp-mode) for Emacs
@@ -388,6 +387,7 @@ This repository only contains the server implementation. Here are some known cli
388
387
  - [monaco-yaml](https://monaco-yaml.js.org) for Monaco editor
389
388
  - [Vim-EasyComplete](https://github.com/jayli/vim-easycomplete) for Vim/NeoVim
390
389
  - [nova-yaml](https://github.com/robb-j/nova-yaml/) for Nova
390
+ - [volar-service-yaml](https://github.com/volarjs/services/tree/master/packages/yaml) for Volar
391
391
 
392
392
  ## Developer Support
393
393
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "yaml-language-server",
3
3
  "description": "YAML language server",
4
- "version": "1.15.1-3892a87.0",
4
+ "version": "1.15.1-8f508fa.0",
5
5
  "author": "Gorkem Ercan (Red Hat)",
6
6
  "license": "MIT",
7
7
  "contributors": [