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",