Skip to content

Commit

Permalink
Change default value of env settings (microsoft/vscode-python#23144)
Browse files Browse the repository at this point in the history
Create env button should be `false` by default and the notification
prompt should be enabled by default
  • Loading branch information
luabud authored and wesm committed Apr 8, 2024
1 parent bb90387 commit d1fa798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/positron-python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
"uniqueItems": true
},
"python.createEnvironment.contentButton": {
"default": "show",
"default": "hide",
"markdownDescription": "%python.createEnvironment.contentButton.description%",
"scope": "machine-overridable",
"type": "string",
Expand All @@ -475,7 +475,7 @@
]
},
"python.createEnvironment.trigger": {
"default": "off",
"default": "prompt",
"markdownDescription": "%python.createEnvironment.trigger.description%",
"scope": "machine-overridable",
"type": "string",
Expand Down

0 comments on commit d1fa798

Please sign in to comment.