-
Notifications
You must be signed in to change notification settings - Fork 93
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
Do not complete paths in attr unless beginning of value looks like a path #1293
Do not complete paths in attr unless beginning of value looks like a path #1293
Conversation
...in/java/org/eclipse/lemminx/extensions/general/completion/FilePathCompletionParticipant.java
Outdated
Show resolved
Hide resolved
...in/java/org/eclipse/lemminx/extensions/general/completion/FilePathCompletionParticipant.java
Outdated
Show resolved
Hide resolved
367641e
to
e85f353
Compare
...in/java/org/eclipse/lemminx/extensions/general/completion/FilePathCompletionParticipant.java
Outdated
Show resolved
Hide resolved
1a65d09
to
b30db51
Compare
@angelozerr if you have time, could you please take a look at this? |
I promise you to review all your PR as soon as I will finish my contribution with generic support for qute. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change looks pretty good to me so I think we can probably merge. Just a minor adjustment.
...in/java/org/eclipse/lemminx/extensions/general/completion/FilePathCompletionParticipant.java
Outdated
Show resolved
Hide resolved
b30db51
to
243006d
Compare
I think it'd be good to check that this works properly on Windows before merging. I haven't been able to test if it works there yet. |
@datho7561 could you move the file path completion participant and the test in |
I'm sorry @datho7561 several tests on Windows OS fail.
It found 0 items for those tests. I need to find time to investigate the problems. |
I can investigate it on my Windows machine. I'll try to get these fixed today |
243006d
to
8f39691
Compare
Let me know if this works for you, Angelo. I think something is wrong with CodeQL, and Jenkins didn't trigger for some reason, so I'll check the changes under linux |
path Fixes redhat-developer/vscode-xml#668 Signed-off-by: David Thompson <davthomp@redhat.com>
8f39691
to
889b90e
Compare
@angelozerr could you check now please? |
@angelozerr is it okay to merge this PR? |
Tests pass now in Windows OS. Thanks @datho7561 ! |
Fixes redhat-developer/vscode-xml#668
Signed-off-by: David Thompson davthomp@redhat.com