Skip to content

Commit 336a110

Browse files
authored
add experimental tag for enableShellIntegration (#24144)
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.
1 parent f9bb1f1 commit 336a110

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,10 @@
662662
"default": false,
663663
"description": "%python.REPL.enableShellIntegration.description%",
664664
"scope": "resource",
665-
"type": "boolean"
665+
"type": "boolean",
666+
"tags": [
667+
"experimental"
668+
]
666669
},
667670
"python.REPL.enableREPLSmartSend": {
668671
"default": true,

0 commit comments

Comments
 (0)