Skip to content

Commit c1f89ce

Browse files
Merge branch 'main' into Add-vscode-python-debugger-repo
2 parents 139122f + 50ad64e commit c1f89ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/typescript-language-features/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"properties": {
146146
"typescript.experimental.aiQuickFix": {
147147
"type": "boolean",
148-
"default": false,
148+
"default": true,
149149
"description": "%typescript.experimental.aiQuickFix%",
150150
"scope": "resource"
151151
},
@@ -1256,7 +1256,7 @@
12561256
"description": "%configuration.preferGoToSourceDefinition%",
12571257
"scope": "window"
12581258
},
1259-
"javascript.preferGoToSourceDefinition": {
1259+
"javascript.preferGoToSourceDefinition": {
12601260
"type": "boolean",
12611261
"default": false,
12621262
"description": "%configuration.preferGoToSourceDefinition%",

0 commit comments

Comments
 (0)