Want interactive terminal for bash script run configuration

已回答

IntelliJ IDEA 2023.2 (Ultimate Edition)
Build #IU-232.8660.185, built on July 25, 2023  //Using the New UI 
Linux 5.19.0-50-generic
Current Desktop: ubuntu:GNOME

I am testing a bash script with the BashSupport Pro configuration. It runs in an IntelliJ terminal, but the something is wrong with the configuration. It accept <enter>, but it isn't echoing back what I type into the terminal. Also, it is not printing newlines -- all the output is strung together on a single line.

The configuration:

 

A (blurred) snapshot of the terminal where it runs. The output appears all on a single line. The procees seems to accept  <enter> from the keyboard, but I can't see anything I type when the script prompts for input.

 

 

0

Use Shell Script run configuration with the option to execute in Terminal:

0

My view is different. I think the culprit is Bash Support Pro. I disabled the plugin, and there was no template running a shell script. When I enable the plugin, I don't see the "Execute in the terminal option". Are you using a plugin to support shell script run configurations?

0

Make sure Shell Script plug-in is enabled:

 

 

Regarding the Bash Support Pro third-party plug-in, please contact the plug-in vendor for assistance.

0

请先登录再写评论。