sidebar-terminal.patch.yml 272 B

1234567891011
  1. - id: terminal-controller
  2. config:
  3. maxTerminals: 2
  4. unattendedTimeoutMs: 2000
  5. activityPollIntervalMs: 100
  6. cleanupRetryMs: 100
  7. shellCandidates: [/bin/bash, /bin/sh]
  8. shell:
  9. path: /bin/bash
  10. name: bash
  11. args: [--noprofile, --norc, -i]