-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fix Graph if there are no files #28
Comments
Hi, I want to make a little contribution. I've fix this bug, but I don't know if the fix is inline with the desired behavior, so I record a little demo, if you think it's good, then I can make a pull request. I didn't implement FileDeleteEvent from VS Code API for the solution, and only use basic condition checking. fix_graph_bug_demo.mp4 |
This looks great! If you could also hide the dropdown menu if there are no directories, that would be great, so it only has the Header and the "No files were found" message. Thank you very much! |
Hi, sorry for the late reply. Just create a pull request, can you help me review it ? |
In the Webview, if there are no files, the graph.
Steps to reproduce the behavior:
File Makeup Viewer
Instead, It should display something like "There are no files that match your query"
The text was updated successfully, but these errors were encountered: