mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-10 22:41:14 +00:00
fix: respect user-configured terminal integration timeout (#3886)
This commit is contained in:
parent
d149d65e14
commit
82701584ae
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ export abstract class BaseTerminal implements RooTerminal {
|
|||
}
|
||||
|
||||
public static getShellIntegrationTimeout(): number {
|
||||
return Math.min(BaseTerminal.shellIntegrationTimeout, BaseTerminal.defaultShellIntegrationTimeout)
|
||||
return BaseTerminal.shellIntegrationTimeout
|
||||
}
|
||||
|
||||
public static setShellIntegrationDisabled(disabled: boolean): void {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue