Skip to content

Commit

Permalink
Update startup command description (#16280)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne authored Dec 10, 2024
1 parent a589a6c commit fd909a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit fd909a4

Please sign in to comment.