-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
FileSystemProvider: Switching file in the editor causes explorer incomplete sync #74006
Comments
I'm reopening this as I though it was an issue on my side but I have more information. It happens only for the first folder defined in the vscode workspace, other folders works fine (although the current file is not highlighted in the explorer). If I switch around the remote filesystem in the workspace the issue is always happening on the first one defined. I've checked the debugger and it only calls readDirectory for the first folder of the workspace when switching files in the editor. You can test for yourself on this branch https://github.com/plus-/vscode-cmis/tree/sync-error And open the following workspace (it just has one remote folder for simplicity but since the problem only happen on the first folder it's ok)
when you expand the parent remote folder, at the top there is a |
Got it. Looks like a duplicate of #73469 |
No errors in the console. |
I've noticed the bug still exist in the VSCode Insiders version. Switching tabs remove the opened folder from the explorer like before, however now the refresh sometimes works (about half the time), the opened folder will reappear. |
This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider. If you wonder what we are up to, please see our roadmap and issue reporting guidelines. Thanks for your understanding and happy coding! |
Version: 1.34.0 (user setup)
Commit: a622c65
Date: 2019-05-15T21:59:37.030Z
Electron: 3.1.8
Chrome: 66.0.3359.181
Node.js: 10.2.0
V8: 6.6.346.32
OS: Windows_NT x64 10.0.17134
Steps to Reproduce:
Apple uri is like so
scheme:/path/to/Apple
path
will be empty). All other folders still have their children.It may be related to the logic behind highlightning the current file in the explorer.
The text was updated successfully, but these errors were encountered: