From d0f7d2e8da90c67d8b7d5dbfa415880a8057aef8 Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Thu, 5 Apr 2018 10:23:23 -0700 Subject: [PATCH] Fix compile error --- src/vs/workbench/api/node/extHostWebview.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/api/node/extHostWebview.ts b/src/vs/workbench/api/node/extHostWebview.ts index 2312e863a41..3a316bb6baf 100644 --- a/src/vs/workbench/api/node/extHostWebview.ts +++ b/src/vs/workbench/api/node/extHostWebview.ts @@ -237,7 +237,7 @@ export class ExtHostWebviews implements ExtHostWebviewsShape { state: any, position: Position, options: vscode.WebviewOptions - ): TPromise { + ): Thenable { const serializer = this._serializers.get(viewType); if (!serializer) { return TPromise.as(false);