From 3e0d3392d56c040ab35779566f029a11ded64e13 Mon Sep 17 00:00:00 2001 From: Jake Donham Date: Wed, 26 Jun 2024 09:37:24 -0700 Subject: [PATCH] allow opening output pane before cell is executed --- packages/vscode/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/vscode/package.json b/packages/vscode/package.json index dc3ec60..1866b52 100644 --- a/packages/vscode/package.json +++ b/packages/vscode/package.json @@ -35,7 +35,7 @@ "command": "vitale.viewCellOutputInPane", "category": "Vitale", "icon": "$(open-preview)", - "enablement": "notebookType == 'vitale-notebook' && notebookCellHasOutputs" + "enablement": "notebookType == 'vitale-notebook'" }, { "title": "Show cell output channel", @@ -62,7 +62,7 @@ { "command": "vitale.viewCellOutputInPane", "group": "inline/cell@1", - "when": "notebookType == 'vitale-notebook' && notebookCellHasOutputs" + "when": "notebookType == 'vitale-notebook'" }, { "command": "vitale.showCellOutputChannel",