-
Notifications
You must be signed in to change notification settings - Fork 161
[feature request] Bash on Ubuntu on Windows (WSL) #435
Comments
It is already possible however it breaks the arrow keys as well as a few other nav/function keys. |
yes it works, that's great! but the breaking of the arrow keys is quite unconfortable, expecially for navigating into the last commands inserted... is it there a fix for that? thank you very much, |
There is no fix that can be implemented on the users side that I am aware of. It has to do with how bash sends keys to the console in question. It's sending windows keycodes to a unix system and causing it to do basically nothing from what i understand. You can read more about it here. People using VScode were running into the same issues when using WSL inside of VScode |
Hey everybody, I came across your issue by looking for "WSL platformio compatibility ..." # Such as a simple script "ghci.sh":
exec winpty -- ghc --interactive "$@" with |
This comment has been minimized.
This comment has been minimized.
@mslinn Ive hidden your comment as offtopic and just to be clear, if you or anyone else has reports about platformio-ide-terminal working or not working with WSL please feel free to post your findings in detail here. Related to WSL issues with platformio-ide-terminal is also issue #235. Please familiarize yourselfs with the reported issues on these two tickets and proceed ontopic. Thanks for your understanding. |
Your comment seems to suggest that you believe the new Windows API for consoles and the new WIndows Terminal is WSL-specific. It is not. Windows Terminal and the API it is built from is applicable to all of Windows, and in fact is orthogonal to WSL and does not require WSL. |
This topic/issue is not related to the new Windows API for consoles or new Terminal. Thanks for your understanding on this. |
+1 for WSL support. WSL2 will be a game changer. If I'd understod it correctly USB/serial will not be supported in WSL2 from day 1 but probably in a near future. Reeaally hope that PlatformIO will work with WSL2 in a not too distant future |
Would it be possible to load a Bash on Ubuntu on Windows terminal? (WSL)
Thanks
The text was updated successfully, but these errors were encountered: