mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 01:25:36 -05:00
add ability for md + text reports (#18667)
* add ability for md + text reports * change report type * re add types for ads * match fields and add enum for mimetype * rename preview report * update type * rename generate report type * fix comment
This commit is contained in:
@@ -556,7 +556,7 @@ export abstract class ExtHostDataProtocolShape {
|
||||
/**
|
||||
* Generate preview report.
|
||||
*/
|
||||
$generatePreviewReportForTableDesigner(handle: number, table: azdata.designers.TableInfo): Thenable<string> { throw ni(); }
|
||||
$generatePreviewReportForTableDesigner(handle: number, table: azdata.designers.TableInfo): Thenable<azdata.designers.GeneratePreviewReportResult> { throw ni(); }
|
||||
|
||||
/**
|
||||
* Dispose the table designer.
|
||||
|
||||
Reference in New Issue
Block a user