|
I want to add image support to my Windows Terminal as Vscode Terminal does. But it seems to be written in different languages. So is there anyway to use the conpty.dll for Windows Terminal? |
Answered by
Tyriar
Jun 1, 2025
Replies: 1 comment
|
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 node-pty/typings/node-pty.d.ts Lines 98 to 104 in d738123 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 |
0 replies
Answer selected by
KuRRe8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:node-pty/typings/node-pty.d.ts
Lines 98 to 104 in d738123
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