Skip to content

Commit 50437ee

Browse files
committed
Disable tsgo in vscode settings
1 parent ddeb9c4 commit 50437ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"packages/cli-v3/e2e": true
88
},
99
"vitest.disableWorkspaceWarning": true,
10-
"typescript.experimental.useTsgo": true,
10+
"typescript.experimental.useTsgo": false,
1111
"chat.agent.maxRequests": 10000
1212
}

0 commit comments

Comments
 (0)