From b75a84ea7d55339c53b0ccd51781b966580106dd Mon Sep 17 00:00:00 2001 From: Rich Chiodo Date: Fri, 24 Apr 2020 16:13:19 -0700 Subject: [PATCH] Move startup to global --- news/2 Fixes/11352.md | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 news/2 Fixes/11352.md diff --git a/news/2 Fixes/11352.md b/news/2 Fixes/11352.md new file mode 100644 index 000000000000..b71f89ef5fee --- /dev/null +++ b/news/2 Fixes/11352.md @@ -0,0 +1 @@ +Change startup commands to be global. \ No newline at end of file diff --git a/package.json b/package.json index 750e4ecd9ab4..0630899c5a9b 100644 --- a/package.json +++ b/package.json @@ -2750,13 +2750,13 @@ "default": "", "deprecationMessage": "This setting has been deprecated in favor of 'runStartupCommands'.", "description": "A series of Python instructions or iPython magic commands separated by '\\n' that will be executed when the interactive window loads.", - "scope": "resource" + "scope": "application" }, "python.dataScience.runStartupCommands": { "type": "string", "default": "", "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" + "scope": "application" }, "python.dataScience.debugJustMyCode": { "type": "boolean",