Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Add docs for workaround of issue #108 #575

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ You can install via apm: `apm install platformio-ide-terminal`

Or navigate to the install tab in Atom’s settings view, and search for `platformio-ide-terminal`.

### Additional steps for some Windows 10 users
Due to an update to the Command Prompt in Windows 10, most shells other then Powershell will have issues with moving the cursor and deleting characters while embeded in other applications. If you change the Shell Override option, make sure you enable the Use legacy console option in the Windows Command prompt:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be wise to make an observation/note that enabling legacy console does the following,


1. Bring up a command prompt window. (Press Win+R > Type "cmd" > Click OK)
2. Open the settings. (Right click the title bar > Click "Properties")
3. Enable "Use Legacy Console" (Click "Options" tab > Click "Use legacy console")
4. Click "OK"
5. Close and reopen any terminal windows in Atom.

## Usage

`platformio-ide-terminal` stays in the bottom of your editor while you work.
Expand Down