remove unused $tryApplyWorkspaceEdit function from mainThreadEditors

This commit is contained in:
Johannes
2022-03-31 12:35:47 +02:00
parent 7239b78e14
commit 909602cf04
6 changed files with 36 additions and 59 deletions

View File

@@ -105,7 +105,6 @@ suite('MainThreadDocumentsAndEditors', () => {
fileService,
null!,
editorGroupService,
null!,
new class extends mock<IPaneCompositePartService>() implements IPaneCompositePartService {
override onDidPaneCompositeOpen = Event.None;
override onDidPaneCompositeClose = Event.None;