-
Notifications
You must be signed in to change notification settings - Fork 82
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
Bind XSD, DTD with CodeLens #494
Bind XSD, DTD with CodeLens #494
Conversation
This PR requires the LemMinx PR eclipse-lemminx/lemminx#1049 |
Will this only bound the file from the absolute path on the local machine? (e.g. |
I think Angelo mentioned that he was going to try to implement relative paths eventually |
4c8bb47
to
ac40e94
Compare
I have improved the PR:
|
Here is a more detailed explanation of the performance issue I am facing (under Linux): When the open file dialog opens, my cursor is set to the index finger pointing up style cursor. When I attempt any mouse interaction with the open file dialog or the instance of VS Code that is debugging the extension, nothing happens. While this is happening, keyboard interaction with the dialog window works fine. I can get mouse interaction with the open file dialog to work again if I click on a text entry field in another window, then go back tot he open file dialog. I will investigate if this happens with all extensions by coding a quick demo extension, and file upstream in VS Code/Electron if this is the case. |
e4c2a32
to
6ae3c46
Compare
I haven't gotten any further in to figuring out why the Open File dialog doesn't work as expected under Linux. |
fcaa51f
to
cd13082
Compare
Could you retry please. |
cd13082
to
a39ca88
Compare
I still have the same issue. |
If I use the option |
This appears to be the same issue, but I can no longer reproduce the issue with the steps given in the issue: microsoft/vscode#62704 |
a39ca88
to
3188305
Compare
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.
Looks pretty good. The issue I found with the PR is an upstream (VS Code or Electron) issue.
3188305
to
5a933fc
Compare
48da324
to
3db1024
Compare
@datho7561 since de open a combo with binding type encore opening file dialogues is it fixing tour issue with dialog freeze on Linux? |
3db1024
to
1181ad2
Compare
Fixes redhat-developer#395 Signed-off-by: azerr <azerr@redhat.com>
Bind XSD, DTD with CodeLens
Fixes #395
Signed-off-by: azerr azerr@redhat.com