Skip to content

Commit

Permalink
Default PYTHONSTARTUP to opt out/off for Stable Release (#24140)
Browse files Browse the repository at this point in the history
From discussion in the original issue:
#23930 (comment)
Making default to be false for September stable, perhaps we could turn
it on to true for insiders AFTER once we ship out stable.
/cc @Tyriar
  • Loading branch information
anthonykim1 committed Sep 19, 2024
1 parent 62897c6 commit 63280be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@
"type": "array"
},
"python.REPL.enableShellIntegration": {
"default": true,
"default": false,
"description": "%python.REPL.enableShellIntegration.description%",
"scope": "resource",
"type": "boolean"
Expand Down

0 comments on commit 63280be

Please sign in to comment.