未验证 提交 2be790df 编写于 作者: D Daniel Imms 提交者: GitHub

Merge branch 'master' into tyriar/46696_terminal_env

......@@ -169,8 +169,9 @@ export class TestNotebookEditor implements INotebookEditor {
// throw new Error('Method not implemented.');
return;
}
layoutNotebookCell(cell: CellViewModel, height: number): void {
async layoutNotebookCell(cell: CellViewModel, height: number): Promise<void> {
// throw new Error('Method not implemented.');
return;
}
createInset(cell: CellViewModel, output: IOutput, shadowContent: string, offset: number): void {
// throw new Error('Method not implemented.');
......
......@@ -63,6 +63,7 @@ const VIEW_CONTAINER: ViewContainer = Registry.as<IViewContainersRegistry>(ViewC
name: nls.localize('output', "Output"),
order: 1,
ctorDescriptor: new SyncDescriptor(ViewPaneContainer, [OUTPUT_VIEW_ID, OUTPUT_VIEW_ID, { mergeViewWithContainerWhenSingleView: true, donotShowContainerTitleWhenMergedWithContainer: true }]),
hideIfEmpty: true,
focusCommand: { id: toggleOutputAcitonId, keybindings: toggleOutputActionKeybindings }
}, ViewContainerLocation.Panel);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册