You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finally I found a cross-platform working fork of pty.js. If you have problems on building pty.js especially for Windows you may try Tyriar/pty.js. What it does is described at: microsoft/vscode#13625
The text was updated successfully, but these errors were encountered:
I've published the first release to npm as [email protected] which contains a few WIndows bug fixes in addition to Windows and Node build fixes.
The next version will include fixes to many Windows issues by updating to the latest winpty and getting rid of all customizations to the library (#81), I've also converted the JS to TypeScript to help ensure quality and keep the codebase DRY.
Finally I found a cross-platform working fork of
pty.js
. If you have problems on buildingpty.js
especially for Windows you may try Tyriar/pty.js. What it does is described at: microsoft/vscode#13625The text was updated successfully, but these errors were encountered: