Description
A TerminalProfileProvider
can be registered via window.registerTerminalProfileProvider(id, provider)
and eventually provides a TerminalProfile
defining how a terminal will be launched. All those types and their support in Theia are currently missing.
The types of the options with which a terminal can be provided already exist:
Related VSCode API issues: