Use bash instead of Powershell in VS Code terminal

On Windows, selecting the nRF Connect terminal within VS Code seems to start up Powershell. Is there a way to configure it to use bash instead?

I'm currently just launching bash from the toolchain manager, but it would be nice to be able to easily use it from VS Code as well.

Thanks!

Parents Reply
  • I'd like to have the same environment as when I choose "open bash" from the Toolchain Manager of nRF Connect Desktop. Essentially a bash shell with the nRF Connect environment set up.

    I have several build scripts written in bash, but I also just prefer using bash to powershell. Slight smile

    In Linux, selecting the nRF Connect terminal option in VS Code does provide a bash shell with the nRF Connect environment ready to go. I'm hoping to achieve the same thing on Windows.

Children
Related