Skip to content

Commit

Permalink
Correct scope of python.defaultInterpreterPath setting (#17732)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Raj authored Oct 13, 2021
1 parent 085f1c4 commit 5b92fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 5b92fdd

Please sign in to comment.