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.
1 parent d149d65 commit 8270158Copy full SHA for 8270158
src/integrations/terminal/BaseTerminal.ts
@@ -170,7 +170,7 @@ export abstract class BaseTerminal implements RooTerminal {
170
}
171
172
public static getShellIntegrationTimeout(): number {
173
- return Math.min(BaseTerminal.shellIntegrationTimeout, BaseTerminal.defaultShellIntegrationTimeout)
+ return BaseTerminal.shellIntegrationTimeout
174
175
176
public static setShellIntegrationDisabled(disabled: boolean): void {
0 commit comments