ev3dev / vscode-ev3dev-browser

Visual Studio Code extension for browsing ev3dev devices
https://marketplace.visualstudio.com/items?itemName=ev3dev.ev3dev-browser
MIT License
36 stars 11 forks source link

SSH terminal is not working on Windows 10 #78

Closed dlech closed 4 years ago

dlech commented 5 years ago

Using Windows 10 1809 and VS Code 1.31.1.

When you try to open an SSH terminal, it is blank:

image

Scrolling up reveals there is something actually there, but no prompt.

image

WORKAROUND: Pressing Enter at least 6 times will finally show the prompt.

image

This is a know bug in VS Code/Windows: https://github.com/Microsoft/vscode/issues/57803

According to that issue, it should get fixed in the next Windows release (builds 18309 and later).

dlech commented 5 years ago

Confirmed fixed on Windows 10 build 18342

image

bpmerkel commented 5 years ago

Recommend closing this issue, as fixed with VS Code release

dlech commented 4 years ago

According to https://reports.adduplex.com/#/r/2020-01, 2/3 Windows 10 users are on 1903 or newer, so probably safe to close now.