cline icon indicating copy to clipboard operation
cline copied to clipboard

When a command is run, cline creates a new command terminal. Multiple sequential commands cannot be executed properly

Open xueshuai0922 opened this issue 1 year ago • 2 comments

What happened?

when run command , cline will create a new command terminal. it make command cant run step by step

Steps to reproduce

1. ask question in vs code

2. cline show options which will run multi-command

3. every single command opened a new command termianl

image

Relevant API REQUEST output

No response

Operating System

window 11

Cline Version

V3.0.12

Additional context

No response

xueshuai0922 avatar Jan 02 '25 02:01 xueshuai0922

Might be a duplicate of https://github.com/cline/cline/issues/1099

djradon avatar Jan 02 '25 06:01 djradon

I did not have this problem on Mac, but when I switched to Windows I started having the same problem.

To fix it:

  • Press CTRL + SHIFT + P on VS Code.
  • Type & select "Terminal: Select default profile"
  • Choose "Powershell" instead of "Git bash"

Now each command Cline runs is continuous within the same terminal session.

utaysi avatar Jan 10 '25 22:01 utaysi

I did not have this problem on Mac, but when I switched to Windows I started having the same problem.

To fix it:

  • Press CTRL + SHIFT + P on VS Code.
  • Type & select "Terminal: Select default profile"
  • Choose "Powershell" instead of "Git bash"

Now each command Cline runs is continuous within the same terminal session.

thank you , it works

xueshuai0922 avatar Jan 15 '25 02:01 xueshuai0922

I did not have this problem on Mac, but when I switched to Windows I started having the same problem. To fix it:

  • Press CTRL + SHIFT + P on VS Code.
  • Type & select "Terminal: Select default profile"
  • Choose "Powershell" instead of "Git bash"

Now each command Cline runs is continuous within the same terminal session.

thank you , it works

Any solution for ZSH running on WSL ?

Thanks

acsezen avatar Feb 17 '25 13:02 acsezen