mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-25 09:50:51 +01:00
Agents - fix dev tools warning (#312206)
This commit is contained in:
@@ -27,7 +27,7 @@ const changesViewContainer = viewContainersRegistry.registerViewContainer({
|
||||
title: localize2('changes', 'Changes'),
|
||||
icon: changesViewIcon,
|
||||
order: 10,
|
||||
ctorDescriptor: new SyncDescriptor(ChangesViewPaneContainer, [CHANGES_VIEW_CONTAINER_ID, { mergeViewWithContainerWhenSingleView: true }]),
|
||||
ctorDescriptor: new SyncDescriptor(ChangesViewPaneContainer),
|
||||
storageId: CHANGES_VIEW_CONTAINER_ID,
|
||||
hideIfEmpty: false,
|
||||
openCommandActionDescriptor: {
|
||||
|
||||
Reference in New Issue
Block a user