Skip to content

Commit 5b92fdd

Browse files
author
Kartik Raj
authored
Correct scope of python.defaultInterpreterPath setting (#17732)
1 parent 085f1c4 commit 5b92fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@
582582
"python.defaultInterpreterPath": {
583583
"default": "python",
584584
"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.",
585-
"scope": "resource",
585+
"scope": "machine-overridable",
586586
"type": "string"
587587
},
588588
"python.diagnostics.sourceMapsEnabled": {

0 commit comments

Comments
 (0)