Skip to content

Commit 19546f4

Browse files
janoshrchiodo
authored andcommitted
docs: extend description of dataScience.runStartupCommands (#7216)
1 parent 04200d9 commit 19546f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1936,7 +1936,6 @@
19361936
"description": "Path to mypy, you can use a custom version of mypy by modifying this setting to include the full path.",
19371937
"scope": "resource"
19381938
},
1939-
19401939
"python.linting.pycodestyleArgs": {
19411940
"type": "array",
19421941
"description": "Arguments passed in. Each argument is a separate item in the array.",
@@ -2341,7 +2340,7 @@
23412340
"python.dataScience.runStartupCommands": {
23422341
"type": "string",
23432342
"default": "",
2344-
"description": "A series of Python instructions that will be executed when the interactive window loads.",
2343+
"description": "A series of Python instructions or iPython magic commands separated by '\n' that will be executed when 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.",
23452344
"scope": "resource"
23462345
},
23472346
"python.dataScience.debugJustMyCode": {

0 commit comments

Comments
 (0)