stub activationEventIsDone function, (#154276)

fixes https://github.com/microsoft/vscode/issues/154268
This commit is contained in:
Johannes Rieken
2022-07-06 17:10:43 +02:00
committed by GitHub
parent c43b9cb6e6
commit 1aaff9ef3d

View File

@@ -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>() {