Skip to content

Commit d1fa798

Browse files
luabudwesm
authored andcommitted
Change default value of env settings (microsoft/vscode-python#23144)
Create env button should be `false` by default and the notification prompt should be enabled by default
1 parent bb90387 commit d1fa798

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/positron-python/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@
465465
"uniqueItems": true
466466
},
467467
"python.createEnvironment.contentButton": {
468-
"default": "show",
468+
"default": "hide",
469469
"markdownDescription": "%python.createEnvironment.contentButton.description%",
470470
"scope": "machine-overridable",
471471
"type": "string",
@@ -475,7 +475,7 @@
475475
]
476476
},
477477
"python.createEnvironment.trigger": {
478-
"default": "off",
478+
"default": "prompt",
479479
"markdownDescription": "%python.createEnvironment.trigger.description%",
480480
"scope": "machine-overridable",
481481
"type": "string",

0 commit comments

Comments
 (0)