Skip to content

Commit

Permalink
add experimental tag for enableShellIntegration (#24144)
Browse files Browse the repository at this point in the history
To better control flow of:
#24141
Adding experimental tag:
This way, we are able to control the default value without having to
recovery release in the worst case scenario.
  • Loading branch information
anthonykim1 authored Sep 20, 2024
1 parent f9bb1f1 commit 336a110
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,10 @@
"default": false,
"description": "%python.REPL.enableShellIntegration.description%",
"scope": "resource",
"type": "boolean"
"type": "boolean",
"tags": [
"experimental"
]
},
"python.REPL.enableREPLSmartSend": {
"default": true,
Expand Down

0 comments on commit 336a110

Please sign in to comment.