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: integration/schema-language-server/clients/github-release/README.md.in
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,4 +50,4 @@ lspconfig.schemals.setup{
50
50
```
51
51
52
52
### Manual Installation
53
-
If you don't want to use lspconfig you can refer to the [LSP documentation for Neovim](https://neovim.io/doc/user/lsp.html) for manually registering the server.
53
+
If you don't want to use lspconfig you can refer to the [LSP documentation for Neovim](https://neovim.io/doc/user/lsp.html) for manually registering the server.
Copy file name to clipboardExpand all lines: integration/schema-language-server/clients/intellij/src/main/resources/META-INF/plugin.xml
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,6 @@
32
32
The plugin requires <a href="https://docs.vespa.ai/en/vespa-cli.html">Vespa CLI</a> to be installed to be able to run Vespa Queries from <code>.yql</code> files.
33
33
34
34
]]></description>
35
-
<change-notes><![CDATA[
36
-
<h2>Simple support for YQL</h2>
37
-
The plugin now supports syntax highlighting of <code>.yql</code> files, in addition to run the queries directly from the editor.
0 commit comments