We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 149547e commit a0d25e0Copy full SHA for a0d25e0
package.json
@@ -1153,7 +1153,7 @@
1153
"python.disableInstallationCheck": {
1154
"type": "boolean",
1155
"default": false,
1156
- "description": "Whether to check if Python is installed.",
+ "description": "Whether to check if Python is installed (also warn when using the macOS-installed Python).",
1157
"scope": "resource"
1158
},
1159
"python.disablePromptForFeatures": {
@@ -1226,7 +1226,7 @@
1226
"python.globalModuleInstallation": {
1227
1228
1229
- "description": "Whether to install Python modules globally.",
+ "description": "Whether to install Python modules globally when not using an environment.",
1230
1231
1232
"python.jediMemoryLimit": {
0 commit comments