mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
files - rename events to follow conventions
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user