-
Notifications
You must be signed in to change notification settings - Fork 13
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
SVT:Hovering and feature completion not working in server.xml #242
Comments
I just installed the latest driver in VS Code on Mac and all language server functions in server.xml are working as expected. |
I retried again, closing all my files, uninstalling and reinstalling the LT, but I still see the same problem. |
When I open server.xml - I see this in the output tab.
|
Here's the ManageHolder-validation.xml file
|
Here's the ManageContact-validation.xml file:
|
Thanks for the additional details Rumana. The xml files that it is getting an ERROR on all have a non-accessible DTD referenced at the top of the file. This is causing a very long delay for each of those files when we check for the I will be adding logic to suppress DTD validation. There are a couple other improvements that I will make when processing XML files, such as handling when the first entry in the xml is not a start element, and skipping processing of xml files in the target/build dir. |
I have Liberty Tools installed in VSCode in Mac, with my Acme application.
When I try to see the features in server.xml, hovering or feature completion are not working.
The text was updated successfully, but these errors were encountered: