From fd909a481f5985de6b92aba47e270bb1afcff035 Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Tue, 10 Dec 2024 18:16:04 +1100 Subject: [PATCH] Update startup command description (#16280) --- package.nls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.nls.json b/package.nls.json index 214058395a1..20bcc77d66a 100644 --- a/package.nls.json +++ b/package.nls.json @@ -207,7 +207,7 @@ "comment": ["{Locked=\"'direct'\"}", "{Locked=\"'commentMagics'\"}", "{Locked=\"'nbconvert'\"}"] }, "jupyter.configuration.jupyter.runStartupCommands.description": { - "message": "A series of Python instructions or iPython magic commands. Can be either an array of strings or a single string with commands separated by '\\n'. Commands will be silently executed whenever the interactive window loads. For instance, set this to '%load_ext autoreload\\n%autoreload 2' to automatically reload changes made to imported files without having to restart the interactive session.", + "message": "A series of Python instructions or iPython magic commands. Can be either an array of strings or a single string with commands separated by '\\n'. Commands will be silently executed whenever a Jupyter kernel is started or restarted. For instance, set this to '%load_ext autoreload\n%autoreload 2' to automatically reload changes made to imported files without having to restart the Jupyter Kernel.", "comment": ["{Locked='%load_ext autoreload\\n%autoreload 2'}"] }, "jupyter.configuration.jupyter.debugJustMyCode.description": "When debugging, only step through user-written code. Disable this to allow stepping into library code.",