From 5b92fddd043d5f2a6cdd2f8985383e08848b2746 Mon Sep 17 00:00:00 2001 From: Kartik Raj Date: Wed, 13 Oct 2021 14:02:14 -0700 Subject: [PATCH] Correct scope of `python.defaultInterpreterPath` setting (#17732) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf0e490ae51d..a91e2867a7cc 100644 --- a/package.json +++ b/package.json @@ -582,7 +582,7 @@ "python.defaultInterpreterPath": { "default": "python", "description": "Path to Python, you can use a custom version of Python by modifying this setting to include the full path. This default setting is used as a fallback if no interpreter is selected for the workspace. The extension will also not set nor change the value of this setting, it will only read from it.", - "scope": "resource", + "scope": "machine-overridable", "type": "string" }, "python.diagnostics.sourceMapsEnabled": {