- VSCode Version: Version 1.18.0-insider (1.18.0-insider), 509630f
- OS Version: 10.12.6
Steps to Reproduce:
- Create a file system provider that implements file change notifications
- Open a provided folder in the explorer view
- Add a file (resulting in a file-change event for both the file and parent folder)
- Observe: vscode does not update the contents of the folder to show the new file. (Deleted files are removed from the folder.)
Side note: vscode.FileChangeType.Updated, vscode.FileChangeType.Added, and vscode.FileChangeType.Deleted seem to be undefined, so I've hardcoded them as 0, 1, 2 respectively.
Steps to Reproduce:
Side note:
vscode.FileChangeType.Updated,vscode.FileChangeType.Added, andvscode.FileChangeType.Deletedseem to be undefined, so I've hardcoded them as 0, 1, 2 respectively.