DEV Community

Paul
Paul

Posted on

VS Code ext dev add terminal profile

Hi, i have a custom terminal with the PseudoTerminal interface of the vscode api baked into my extension. Now i want to add it for UX reasons to the UI of vscode (the terminal dialog where you can select a profile like "Powershell", "Bash", "F# interactive" and so on...). I tried to register my PTY via the TerminalProfileProvider but it does not show up in this menu. Any idea or tips how i can do this?

Thanks in advance

Top comments (0)