Skip to content

Commit

Permalink
Correct scope of python.defaultInterpreterPath setting (microsoft/v…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Raj authored and wesm committed Mar 28, 2024
1 parent 7a4aacf commit 3d5fc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/positron-python/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 3d5fc7e

Please sign in to comment.