Skip to content

Commit f3f2293

Browse files
authored
Default Python shell integration to true (#25359)
Resolves: #24141 /cc @cwebster-99
1 parent 78b5d75 commit f3f2293

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
@@ -640,7 +640,7 @@
640640
"type": "array"
641641
},
642642
"python.terminal.shellIntegration.enabled": {
643-
"default": false,
643+
"default": true,
644644
"markdownDescription": "%python.terminal.shellIntegration.enabled.description%",
645645
"scope": "resource",
646646
"type": "boolean",

0 commit comments

Comments
 (0)