Skip to content

Commit

Permalink
change stop icon and debugging setting (#6953)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kutugata authored Aug 3, 2021
1 parent db645c3 commit 84b25ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
{
"command": "jupyter.runByLineStop",
"title": "Stop",
"icon": "$(debug-stop)",
"icon": "$(notebook-stop)",
"category": "Jupyter",
"enablement": "notebookKernelCount > 0 && jupyter.notebookeditor.runByLineInProgress && config.jupyter.experimental.debugging"
},
Expand Down Expand Up @@ -1543,7 +1543,7 @@
"type": "boolean",
"default": false,
"description": "Enables the preview debugging experience. Set to true to enable the debugging mode button on native notebooks. Your selected kernel should also have ipykernel 6 installed in order to support debugging. Clicking the button will start a debugging session and will allow you to set and hit breakpoints.",
"scope": "machine"
"scope": "application"
},
"jupyter.enableNativeInteractiveWindow": {
"type": "boolean",
Expand Down

0 comments on commit 84b25ec

Please sign in to comment.