Skip to content

FileSystemProvider: explorer does not pick up new files via FileChange event #36946

@siegebell

Description

@siegebell
  • VSCode Version: Version 1.18.0-insider (1.18.0-insider), 509630f
  • OS Version: 10.12.6

Steps to Reproduce:

  1. Create a file system provider that implements file change notifications
  2. Open a provided folder in the explorer view
  3. Add a file (resulting in a file-change event for both the file and parent folder)
  4. 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.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugfile-explorerExplorer widget issuesremoteRemote system operations issues

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions