Change terminal in Atom-editor's Platformio-Ide-Terminal on Windows

前端 未结 5 1834
情书的邮戳
情书的邮戳 2021-02-04 09:27

On Windows, default terminal for Atom\'s Platformio-Ide-Terminal is Powershell (at least, that is what I get without any configuration).

I would prefer a terminal using

5条回答
  •  没有蜡笔的小新
    2021-02-04 10:18

    Set the default shell in: Edit>>Settings>>Packages>>Platformio Ide Terminal>>Settings>>Shell Override

    You can use the git's bash as proposed here as you probably already have git installed.

    C:\Program Files\Git\bin\bash.exe
    

提交回复
热议问题