mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Consistent naming for ext host <-> main process communication
This commit is contained in:
@@ -22,7 +22,7 @@ export class MainThreadFileSystemEventService {
|
||||
};
|
||||
|
||||
const scheduler = new RunOnceScheduler(() => {
|
||||
proxy._onFileEvent(events);
|
||||
proxy.$onFileEvent(events);
|
||||
events.created.length = 0;
|
||||
events.changed.length = 0;
|
||||
events.deleted.length = 0;
|
||||
|
||||
Reference in New Issue
Block a user