Skip to content

Commit 63280be

Browse files
authored
Default PYTHONSTARTUP to opt out/off for Stable Release (#24140)
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
1 parent 62897c6 commit 63280be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@
658658
"type": "array"
659659
},
660660
"python.REPL.enableShellIntegration": {
661-
"default": true,
661+
"default": false,
662662
"description": "%python.REPL.enableShellIntegration.description%",
663663
"scope": "resource",
664664
"type": "boolean"

0 commit comments

Comments
 (0)