When a command is run, cline creates a new command terminal. Multiple sequential commands cannot be executed properly
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
Relevant API REQUEST output
No response
Operating System
window 11
Cline Version
V3.0.12
Additional context
No response
Might be a duplicate of https://github.com/cline/cline/issues/1099
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.
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
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