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

Node Explorer: Maintain references to nodes in the TreeView #182

Open
tylersmalley opened this issue Aug 7, 2023 · 0 comments
Open

Node Explorer: Maintain references to nodes in the TreeView #182

tylersmalley opened this issue Aug 7, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@tylersmalley
Copy link
Contributor

tylersmalley commented Aug 7, 2023

We want to improve the efficiencies for when we need to trigger a refresh on the Tree View. When creating a file or directory, we need to call this._onDidChangeTreeData.fire and pass the parent FileExplorer. However, we don't currently have a way to get this. Additionally, sometimes (as with drag and drop) we only have a Uri. We want to be able to lookup a FileExplorer instance by a Uri.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant