Skip to content

Commit

Permalink
allow opening output pane before cell is executed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Donham committed Jun 26, 2024
1 parent 1cee584 commit 3e0d339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -62,7 +62,7 @@
{
"command": "vitale.viewCellOutputInPane",
"group": "inline/cell@1",
"when": "notebookType == 'vitale-notebook' && notebookCellHasOutputs"
"when": "notebookType == 'vitale-notebook'"
},
{
"command": "vitale.showCellOutputChannel",
Expand Down

0 comments on commit 3e0d339

Please sign in to comment.