Skip to content

Commit a0d25e0

Browse files
authored
Clarify some settings
1 parent 149547e commit a0d25e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@
11531153
"python.disableInstallationCheck": {
11541154
"type": "boolean",
11551155
"default": false,
1156-
"description": "Whether to check if Python is installed.",
1156+
"description": "Whether to check if Python is installed (also warn when using the macOS-installed Python).",
11571157
"scope": "resource"
11581158
},
11591159
"python.disablePromptForFeatures": {
@@ -1226,7 +1226,7 @@
12261226
"python.globalModuleInstallation": {
12271227
"type": "boolean",
12281228
"default": false,
1229-
"description": "Whether to install Python modules globally.",
1229+
"description": "Whether to install Python modules globally when not using an environment.",
12301230
"scope": "resource"
12311231
},
12321232
"python.jediMemoryLimit": {

0 commit comments

Comments
 (0)