Skip to content
Discussion options

You must be logged in to vote

https://github.com/microsoft/node-pty/tree/main/third_party/conpty is conpty from the Windows Terminal project. To use that you need to set useConptyDll:

/**
* (EXPERIMENTAL)
*
* Whether to use the conpty.dll shipped with the node-pty package instead of the one built into
* Windows. Defaults to false.
*/
useConptyDll?: boolean;

Note that there are still some issues with that though, mainly tracked in the vscode repo https://github.com/microsoft/vscode/issues?q=is%3Aissue%20state%3Aopen%20label%3Aterminal-conpty

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by KuRRe8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants