Closed xaduha closed 2 years ago
Hi, I'm using this extension to open/focus a new terminal and it works pretty well, with 0 seconds delay that is. Hardcoded 5 second delay seems unreasonable to me, at least it should be an option in the settings, no?
{ "auto-run-command.rules": [ { "command": "workbench.action.terminal.focus", }, ], }
(haven't found a better way to open terminal window automatically)
Configuring the delay would be nice. It could default to 5 to keep the current configuration by default.
Hi, I'm using this extension to open/focus a new terminal and it works pretty well, with 0 seconds delay that is. Hardcoded 5 second delay seems unreasonable to me, at least it should be an option in the settings, no?
(haven't found a better way to open terminal window automatically)