Flutter command not found
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 !
Can you try unchecking "Disable terminal shell integration"?
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.