mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
Turn off aiQuickFix by default for stable (#189069)
This commit is contained in:
@@ -145,7 +145,7 @@
|
||||
"properties": {
|
||||
"typescript.experimental.aiQuickFix": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"default": false,
|
||||
"description": "%typescript.experimental.aiQuickFix%",
|
||||
"scope": "resource"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user