mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
![]() There are lots of bugs in WinPTY, while upgrading WinPTY would resolve some of them, there are others that are unresolvable. See https://devblogs.microsoft.com/commandline/windows-command-line-introducing-the-windows-pseudo-console-conpty/ for a backgrounder on the general subject. In this first version ConPTY won't be enabled by default, it requires system property org.eclipse.cdt.core.conpty_enabled=true to be set. i.e. start Eclipse with: -vmargs -Dorg.eclipse.cdt.core.conpty_enabled=true In a future version the default will change to on if available, so to force it off use: org.eclipse.cdt.core.conpty_enabled=false Change-Id: Ib2df0095027c23f20daa6aa044d9e5f0b0443164 |
||
---|---|---|
.. | ||
admin | ||
features | ||
plugins | ||
repo | ||
.gitignore | ||
CONTRIBUTING | ||
pom.xml |