From 0d560d2ec8c97ee4985b915ba94ded58769cb19c Mon Sep 17 00:00:00 2001 From: janosh Date: Thu, 5 Sep 2019 12:26:32 +0100 Subject: [PATCH] docs: extend description of dataScience.runStartupCommands --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index a1c6dba2ffaf..a11657086487 100644 --- a/package.json +++ b/package.json @@ -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.", @@ -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": {