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

前端 未结 5 1752
情书的邮戳
情书的邮戳 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 09:57

    Step by Step Solution

    1. Go the Setting-> Packages -> In Search Bar, search for the platformio.
    2. Open platformio and go to Shell Override Option.

    Put the following line as per as your Terminal Requirement

    For cmd- C:\\WINDOWS\\System32\\cmd.exe

    For Power Shell- C:\\WINDOWS\\Sysnative\\WndowsPowerShell\\v1.0\\powershell.exe

    For bash- C:\\Program Files\\Git\\bin\\bash.exe or C:\\Windows\\System32\\bash.exe (depending on how you install the bash). Be Sure, that you have already install the bash into your computer.

    Now, you can integrate bash, cmd, git bash, Power Shell into Atom using platformio as terminal.

提交回复
热议问题