Commit 0701a9d
Eric Wheeler
fix: respect user-configured terminal integration timeout
The terminal integration timeout was being capped at the default value of 5 seconds
due to a Math.min call in getShellIntegrationTimeout(), preventing users from
setting longer timeouts. This caused shell integration to fail prematurely when
initialization took longer than 5 seconds.
This change removes the Math.min cap, allowing the user-configured timeout value
to be respected.
Fixes: #3885
Fixes: #3829
Regression from: #2820
Signed-off-by: Eric Wheeler <[email protected]>1 parent d149d65 commit 0701a9d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
0 commit comments