kilocode icon indicating copy to clipboard operation
kilocode copied to clipboard

Flutter command not found

Open Mayanktaker opened this issue 3 months ago • 2 comments

Description

I am on Kilo and its terminal settings good. Using bash / zsh /fish on VS Code. When using Kilo, its executes flutter commands like flutter analyze and flutter run. But every time its says /bin/sh : flutter command not found.

I tried to set bash / zsh / fish as default terminals but same problem. I dont use sh. IS there any way to set bash or any other terminal as default instead of sh in Kilo ?

Here is terminal settings screenshot !

Image

Mayanktaker avatar Sep 05 '25 07:09 Mayanktaker

Can you try unchecking "Disable terminal shell integration"?

chrarnoldus avatar Sep 05 '25 08:09 chrarnoldus

Can you try unchecking "Disable terminal shell integration"?

Unchecking works by selecting one of shell like bash or zsh. I use Fish btw. But I dont use shell here because sometimes, when its runs commands, the commands stuck on output and so kilo, and it mess the flow. So i prefer disabling shell and then kilo runs commands and checks output for me.

Mayanktaker avatar Sep 05 '25 08:09 Mayanktaker