From 11eeb3b84ed96cb363dc9135a2bbcb8219b8fbd3 Mon Sep 17 00:00:00 2001 From: David Kutugata Date: Mon, 2 Aug 2021 17:34:49 -0700 Subject: [PATCH] change stop icon and debugging setting --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3819e6182ca..686dd5e310f 100644 --- a/package.json +++ b/package.json @@ -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" }, @@ -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",