-
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? |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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