File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -518,7 +518,6 @@ export const globalSettingsSchema = z.object({
518518 terminalOutputLineLimit : z . number ( ) . optional ( ) ,
519519 terminalShellIntegrationTimeout : z . number ( ) . optional ( ) ,
520520
521- rateLimitSeconds : z . number ( ) . optional ( ) , // this can go away in a future major release
522521 diffEnabled : z . boolean ( ) . optional ( ) ,
523522 fuzzyMatchThreshold : z . number ( ) . optional ( ) ,
524523 experiments : experimentsSchema . optional ( ) ,
@@ -588,7 +587,6 @@ const globalSettingsRecord: GlobalSettingsRecord = {
588587 terminalOutputLineLimit : undefined ,
589588 terminalShellIntegrationTimeout : undefined ,
590589
591- rateLimitSeconds : undefined ,
592590 diffEnabled : undefined ,
593591 fuzzyMatchThreshold : undefined ,
594592 experiments : undefined ,
You can’t perform that action at this time.
0 commit comments