mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Fix compile error
This commit is contained in:
@@ -237,7 +237,7 @@ export class ExtHostWebviews implements ExtHostWebviewsShape {
|
||||
state: any,
|
||||
position: Position,
|
||||
options: vscode.WebviewOptions
|
||||
): TPromise<boolean> {
|
||||
): Thenable<boolean> {
|
||||
const serializer = this._serializers.get(viewType);
|
||||
if (!serializer) {
|
||||
return TPromise.as(false);
|
||||
|
||||
Reference in New Issue
Block a user