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

Unable to create new file if Explorer: Sort Order is set to modified and some file is appending #128628

Closed
zzh1996 opened this issue Jul 14, 2021 · 5 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) file-explorer Explorer widget issues

Comments

@zzh1996
Copy link

zzh1996 commented Jul 14, 2021

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: Both the latest stable release and the latest insider
Version: 1.58.1 (user setup)
Commit: 2aeda6b18e13c4f4f9edf6667158a6b8d408874b
Date: 2021-07-13T06:58:28.115Z
Electron: 12.0.13
Chrome: 89.0.4389.128
Node.js: 14.16.0
V8: 8.9.255.25-electron.0
OS: Windows_NT x64 10.0.19043
Version: 1.59.0-insider
Commit: 9520f0a515e7e24802c92f885a0efb242fca3831
Date: 2021-07-14T07:15:41.024Z
Electron: 13.1.6
Chrome: 91.0.4472.124
Node.js: 14.16.0
V8: 9.1.269.36-electron.0
OS: Windows_NT x64 10.0.19043
  • OS Version: Windows 10 21H1

Steps to Reproduce:

  1. Download the latest VSCode stable release or insider version
  2. Create a new folder and open it in VSCode
  3. Change Explorer: Sort Order to modified in Settings
  4. Keep appending to a file (You can run while true; do date >> 1.log; sleep 0.1; done in Linux shell or run some similar scripts doing the same thing)
  5. Try to create new file or folder in VSCode
  6. The file name textbox will disappear immediately after you click New File (due to file list refreshing?)
@isidorn isidorn added *duplicate Issue identified as a duplicate of another issue(s) file-explorer Explorer widget issues labels Jul 26, 2021
@isidorn
Copy link
Contributor

isidorn commented Jul 26, 2021

Dup of New File Input Box closes for file events in the background.

@SmartHypercube
Copy link

Dup of New File Input Box closes for file events in the background.

Could you please give a link to the original issue? I searched "New File Input Box closes for file events in the background" in issues but didn't find anything related. I would like to subscribe to that issue's notifications.

@SmartHypercube
Copy link

@isidorn I think it's a little strange to close an issue as dup without mentioning the original issue's number. I cannot find any issue named "New File Input Box closes for file events in the background". This is unhelpful and will leave future people searching for the same problem a big mystery.

Could you please reopen this issue or give the original issue's number?

@isidorn
Copy link
Contributor

isidorn commented Aug 25, 2021

#112293

@github-actions github-actions bot locked and limited conversation to collaborators Sep 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) file-explorer Explorer widget issues
Projects
None yet
Development

No branches or pull requests

4 participants
@isidorn @SmartHypercube @zzh1996 and others