mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
Rename ActivationKind.Eager to ActivationKind.Immediate
This commit is contained in:
@@ -687,7 +687,7 @@ export abstract class AbstractExtHostExtensionService extends Disposable impleme
|
||||
}
|
||||
|
||||
public $activateByEvent(activationEvent: string, activationKind: ActivationKind): Promise<void> {
|
||||
if (activationKind === ActivationKind.Eager) {
|
||||
if (activationKind === ActivationKind.Immediate) {
|
||||
return this._activateByEvent(activationEvent, false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user