Siddharth Sharma

Results 19 issues of Siddharth Sharma

It is beneficial to have some centrally deployed extension jar files across projects. A start can be to allow for absolute classpaths outside the project which may be referenced via...

`Issue`s created within yang-lsp source have a precise context of `start` and `end` within LSP `diagnostics`, whereas `Issue`s created within extensions only retain context of `start` but not the `end`...

There are initiatives now to integration this LSP server into editors such as Emacs/(Neo)Vim/Sublime/... and it is very helpful if the API support is documented explicitly.

This addresses TypeFox/yang-lsp#242

Extensions can add `diagnostic` properties, but current JSON Schema does not allow `additionalProperties` to `diagnostic`.

A YANG pattern `"[a-zA-Z0-9!$%\\^()\\[\\]_\\-~{}.+]*"` is flagged as type-error. As a second opinion CESNET/libyang yangre tool as well as mbj4668/pyang were used to check whether the regex is consistent, and it...

It would be beneficial for users to be able to select later revisions of yang-lsp yang-language-server, in case there is a gap in release of yang-vscode or users wish to...

clarification

theia-ide/yang-vscode should be replaced with TypeFox/yang-vscode where the reference is not historic.

Typefox/yang-lsp#233 discusses the dependency of this enhancement. A JSON Schema which is provided by YANG LSP from origin could be associated by the Yangster plugin here for ease of developer...

With `yang.settings` `diagnostic` `indentation` value set to `" "` (two spaces), following code completion was attempted ![image](https://github.com/TypeFox/yang-vscode/assets/11521501/7a40eda2-a940-4041-abd8-82159536540b) After selection of a completion offer, the indentation is seemingly based on the...