mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 04:53:33 +01:00
More plugin -> extension
This commit is contained in:
@@ -97,7 +97,7 @@ export class FileSystemWatcher implements _FileSystemWatcher {
|
||||
}
|
||||
}
|
||||
|
||||
@Remotable.PluginHostContext('ExtHostFileSystemEventService')
|
||||
@Remotable.ExtHostContext('ExtHostFileSystemEventService')
|
||||
export class ExtHostFileSystemEventService {
|
||||
|
||||
private _emitter = new Emitter<FileSystemEvents>();
|
||||
|
||||
Reference in New Issue
Block a user