files - rename events to follow conventions

This commit is contained in:
Benjamin Pasero
2020-02-18 10:26:52 +01:00
parent 92df7a0335
commit 954d03fd6e
35 changed files with 114 additions and 127 deletions

View File

@@ -42,7 +42,7 @@ export class MainThreadFileSystemEventService {
changed: [],
deleted: []
};
this._listener.add(fileService.onFileChanges(event => {
this._listener.add(fileService.onDidFilesChange(event => {
for (let change of event.changes) {
switch (change.type) {
case FileChangeType.ADDED: