mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
cleabn up
This commit is contained in:
@@ -653,7 +653,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
if (languageId) {
|
||||
checkProposedApiEnabled(extension, 'outputChannelLanguage');
|
||||
}
|
||||
return extHostOutputService.createOutputChannel(name, languageId || '', extension);
|
||||
return extHostOutputService.createOutputChannel(name, languageId, extension);
|
||||
},
|
||||
createWebviewPanel(viewType: string, title: string, showOptions: vscode.ViewColumn | { viewColumn: vscode.ViewColumn; preserveFocus?: boolean }, options?: vscode.WebviewPanelOptions & vscode.WebviewOptions): vscode.WebviewPanel {
|
||||
return extHostWebviewPanels.createWebviewPanel(extension, viewType, title, showOptions, options);
|
||||
|
||||
Reference in New Issue
Block a user