Turn off aiQuickFix by default for stable (#189069)

This commit is contained in:
Alexandru Dima 2023-07-27 18:16:25 +02:00 committed by GitHub
parent 831ac957a2
commit f94dcb9ae0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,7 +145,7 @@
"properties": {
"typescript.experimental.aiQuickFix": {
"type": "boolean",
"default": true,
"default": false,
"description": "%typescript.experimental.aiQuickFix%",
"scope": "resource"
},