Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1936,7 +1936,6 @@
"description": "Path to mypy, you can use a custom version of mypy by modifying this setting to include the full path.",
"scope": "resource"
},

"python.linting.pycodestyleArgs": {
"type": "array",
"description": "Arguments passed in. Each argument is a separate item in the array.",
Expand Down Expand Up @@ -2341,7 +2340,7 @@
"python.dataScience.runStartupCommands": {
"type": "string",
"default": "",
"description": "A series of Python instructions that will be executed when the interactive window loads.",
"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.",
"scope": "resource"
},
"python.dataScience.debugJustMyCode": {
Expand Down