We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 139122f + 50ad64e commit c1f89ceCopy full SHA for c1f89ce
extensions/typescript-language-features/package.json
@@ -145,7 +145,7 @@
145
"properties": {
146
"typescript.experimental.aiQuickFix": {
147
"type": "boolean",
148
- "default": false,
+ "default": true,
149
"description": "%typescript.experimental.aiQuickFix%",
150
"scope": "resource"
151
},
@@ -1256,7 +1256,7 @@
1256
"description": "%configuration.preferGoToSourceDefinition%",
1257
"scope": "window"
1258
1259
- "javascript.preferGoToSourceDefinition": {
+ "javascript.preferGoToSourceDefinition": {
1260
1261
"default": false,
1262
0 commit comments