提交 68c8f83b 编写于 作者: M Matt Bierner

Remove extra constructor

上级 20b9010c
......@@ -44,10 +44,6 @@ export class WebviewViewService extends Disposable implements IWebviewViewServic
private readonly _awaitingRevival = new Map<string, { webview: WebviewView, resolve: () => void }>();
constructor() {
super();
}
register(viewType: string, resolver: IWebviewViewResolver): IDisposable {
if (this._views.has(viewType)) {
throw new Error(`View resolver already registered for ${viewType}`);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册