registerTerminalProfileProvider
fun registerTerminalProfileProvider(id: String, provider: TerminalProfileProvider): Disposable(source)
Registers a provider for a contributed terminal profile.
Parameters
id
The ID of the contributed terminal profile.
provider
The terminal profile provider.