[Bug] run_command easily get timeout
Information
VSCode Version: 1.99.30038 (system setup) Void Version: 1.4.3 Commit: bf062146c93fc98f0d19cad53528d012a652ffce Date: 2025-06-06T08:49:49.945Z Electron: 34.3.2 ElectronBuildId: undefined Chromium: 132.0.6834.210 Node.js: 20.18.3 V8: 13.2.152.41-electron.0 OS: Windows_NT x64 10.0.26100
Issue
While LLM Chat try to run command like cargo build with some large dependencies, it is easy to hit the inactivity time limit here, and get this line.
Great point, sorry about this. You should be able to tell the LLM to open a "persistent" terminal to get around this, but we might want to add a config to increase terminal time. Thanks for reporting.
Hey, I decided to address this issue (along with #750). Let me know if there's any issues!
- #867