mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Simplify the implementation of MainProcessExtensionService
This commit is contained in:
@@ -436,7 +436,7 @@ export abstract class ExtHostWorkspaceShape {
|
||||
}
|
||||
|
||||
export abstract class ExtHostExtensionServiceShape {
|
||||
$activateExtension(extensionDescription: IExtensionDescription): TPromise<void> { throw ni(); }
|
||||
$activateByEvent(activationEvent: string): TPromise<void> { throw ni(); }
|
||||
}
|
||||
|
||||
export interface FileSystemEvents {
|
||||
|
||||
Reference in New Issue
Block a user