Finalize TerminalOptions.message API

Fixes #120368
This commit is contained in:
Daniel Imms
2021-05-04 06:34:46 -07:00
parent 31fed90614
commit 69373b7833
3 changed files with 7 additions and 16 deletions

View File

@@ -643,9 +643,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
if ('pty' in nameOrOptions) {
return extHostTerminalService.createExtensionTerminal(nameOrOptions);
}
if (nameOrOptions.message) {
checkProposedApiEnabled(extension);
}
if (nameOrOptions.icon) {
checkProposedApiEnabled(extension);
}