mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
stub activationEventIsDone function, (#154276)
fixes https://github.com/microsoft/vscode/issues/154268
This commit is contained in:
@@ -100,7 +100,9 @@ suite('ExtHostLanguageFeatureCommands', function () {
|
||||
override async activateByEvent() {
|
||||
|
||||
}
|
||||
|
||||
override activationEventIsDone(activationEvent: string): boolean {
|
||||
return true;
|
||||
}
|
||||
});
|
||||
services.set(ICommandService, new SyncDescriptor(class extends mock<ICommandService>() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user