Skip to content

Commit f94dcb9

Browse files
authored
Turn off aiQuickFix by default for stable (microsoft#189069)
1 parent 831ac95 commit f94dcb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/typescript-language-features/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"properties": {
146146
"typescript.experimental.aiQuickFix": {
147147
"type": "boolean",
148-
"default": true,
148+
"default": false,
149149
"description": "%typescript.experimental.aiQuickFix%",
150150
"scope": "resource"
151151
},

0 commit comments

Comments
 (0)