recover non-related change in InteliJIde.kt (ebd5154)
Features
implement runCommand() method in IntelijIde.kt, and update a interface signature for runCommand by providing TerminalOptions.class, which aligns to how VS COde Extension implemented (bb049e8)
optimize getTerminalContents in InteliJIde.kt, which reads content from the selected terminal panel (10e4c32)
reuse terminal and find by terminalName before running command (76bbb67)
support getTerminalContents in InteliJIde.kt, which could only read content from the latest terminal tab for now (1862344)