Skip to content

Commit

Permalink
Fix #14564. Hide run dependent cells commands in Command Palette when…
Browse files Browse the repository at this point in the history
… not enabled. (#14565)
  • Loading branch information
rebornix authored Oct 25, 2023
1 parent 0db6d60 commit de51c23
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1427,6 +1427,14 @@
"command": "jupyter.selectDependentCells",
"when": "config.jupyter.executionAnalysis.enabled"
},
{
"command": "jupyter.runPrecedentCells",
"when": "config.jupyter.executionAnalysis.enabled"
},
{
"command": "jupyter.runDependentCells",
"when": "config.jupyter.executionAnalysis.enabled"
},
{
"command": "jupyter.debugCellSymbols",
"when": "config.jupyter.executionAnalysis.enabled"
Expand Down

0 comments on commit de51c23

Please sign in to comment.