Typings reference failing in external extension (#5129)

This fixes an issue where if you copy azdata.proposed.d.ts to
an extension project, it would fail to compile using default
tsconfig.json settings due to missing return type
This commit is contained in:
Kevin Cunnane
2019-04-19 16:41:23 -07:00
committed by GitHub
parent 432034d2cb
commit 8b40d20eab

View File

@@ -3705,7 +3705,7 @@ declare module 'azdata' {
| 'executionPlan';
export interface QueryEventListener {
onQueryEvent(type: QueryEvent, document: queryeditor.QueryDocument, args: any);
onQueryEvent(type: QueryEvent, document: queryeditor.QueryDocument, args: any): void;
}
// new extensibility interfaces