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

Downloading external resources is disabled without quickfix or search term in preferences for XML #1709

Open
vogella opened this issue Nov 21, 2024 · 8 comments

Comments

@vogella
Copy link

vogella commented Nov 21, 2024

Currently one XML file taken from an TME4 example shows lots of errors.

downloading-external-resources

Search preference does not reveal anything:

image

image

After a while I found eclipse-wildwebdeveloper/wildwebdeveloper#1289 which lead to me to preference setting in XML from WWD / Lemmix.

I suggest to add at least "download", "downloading", "external" to the preference search term.
In addition a perfect solution would be to have a quickfix for this change, changing the preference from the editor directly.

@mickaelistria
Copy link
Contributor

All good ideas, PRs welcome ;)

@vogella
Copy link
Author

vogella commented Nov 21, 2024

This repo seems to be "only" the language server, right? So where are the preference pages implemented? WWD?

@mickaelistria
Copy link
Contributor

Yes, this would be in Wild Web Developer. I'm closing the issue here.

@angelozerr
Copy link
Contributor

@vogella you should have those preferences:

image

@angelozerr
Copy link
Contributor

angelozerr commented Nov 21, 2024

In addition a perfect solution would be to have a quickfix for this change, changing the preference from the editor directly.

You should have a quick fix Force download of ... which should download the DTD, XSD that you are associating (it is working on vscode-xml)

@vogella
Copy link
Author

vogella commented Nov 21, 2024

@angelozerr I have the preferences but the search terms have not been maintained and I do NOT have a quick-fix in Eclipse. Maybe this is implemented outside of the language-server in vscode or something is broken in Eclipse.

@angelozerr
Copy link
Contributor

The quick fix is managed by the language server. I don't know why it doesn't work on WWD (I'm sorry I have no time to investigate the problem).

@mickaelistria mickaelistria reopened this Nov 21, 2024
@mickaelistria
Copy link
Contributor

Reopening as LS might be involved according to last comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants