-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
ExplorerView#getActiveFile only uses file-uris #34768
Comments
/cc @bpasero for clarification |
Yes I think this check is bogus now that other resources are shown in the explorer. The intent is to show and reveal the active file of the editor in the explorer. I think the explorer view model would be fit enough to deal with any schemes now. |
@isidorn Can we tackle this for September? I would make the demo nicer |
@jrieken yes, I can look into this today |
@isidorn I do not understand the problem, sorry. |
@isidorn ah sorry, I read your last comment wrong. yes I think we need to revisit every use of this filter thing and make sure to get rid of it if possible. |
Ok I can look into the filter. My commit should fix this issue though -> closing |
Thanks Isi |
Trying to understand why remote files aren't reveal in the explorer brings me to this: https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/parts/files/browser/views/explorerView.ts#L363. Unclear why and why we don't try to lookup a uri in the explorer model?
The text was updated successfully, but these errors were encountered: