Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed NPE in textDocument/definition in XSD files #488

Closed
fbricon opened this issue Jul 1, 2019 · 1 comment · Fixed by #489
Closed

Fixed NPE in textDocument/definition in XSD files #488

fbricon opened this issue Jul 1, 2019 · 1 comment · Fixed by #489
Assignees
Labels
bug Something isn't working hyperlink XSD
Milestone

Comments

@fbricon
Copy link
Contributor

fbricon commented Jul 1, 2019

With an XSD document as simple as

<?xml version='1.0'?>
<xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'>
</xs:schema>

In VS Code, when you ctrl+hover (or cmd+hover on Mac) over schema (to trigger textDocument/definition), an NPE is thrown by LSP4XML

@fbricon fbricon added the bug Something isn't working label Jul 1, 2019
@fbricon fbricon added this to the v0.8.0 milestone Jul 1, 2019
angelozerr pushed a commit that referenced this issue Jul 1, 2019
Fix #488

Signed-off-by: azerr <azerr@redhat.com>
@angelozerr
Copy link
Contributor

@fbricon please review #489

fbricon pushed a commit that referenced this issue Jul 1, 2019
Fix #488

Signed-off-by: azerr <azerr@redhat.com>
@angelozerr angelozerr changed the title NPE in textDocument/definition in XSD files NPE in textDocument/definition in XSD files Jul 23, 2019
@angelozerr angelozerr changed the title NPE in textDocument/definition in XSD files Fixed NPE in textDocument/definition in XSD files Jul 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hyperlink XSD
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants