Skip to content

Commit 2aa9f3f

Browse files
committed
1 parent da3bf75 commit 2aa9f3f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/vs/editor/contrib/suggest/test/suggestController.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import { IMenuService, IMenu } from 'vs/platform/actions/common/actions';
2626
import { createTextModel } from 'vs/editor/test/common/editorTestUtils';
2727
import { Range } from 'vs/editor/common/core/range';
2828
import { timeout } from 'vs/base/common/async';
29+
import { NullLogService, ILogService } from 'vs/platform/log/common/log';
2930

3031
suite('SuggestController', function () {
3132

@@ -40,6 +41,7 @@ suite('SuggestController', function () {
4041

4142
const serviceCollection = new ServiceCollection(
4243
[ITelemetryService, NullTelemetryService],
44+
[ILogService, new NullLogService()],
4345
[IStorageService, new InMemoryStorageService()],
4446
[IKeybindingService, new MockKeybindingService()],
4547
[IEditorWorkerService, new class extends mock<IEditorWorkerService>() {

0 commit comments

Comments
 (0)