mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add charting functionality to SQL notebooks. (#9306)
This commit is contained in:
@@ -78,6 +78,7 @@ export class SaveResultAction extends Action {
|
||||
public async run(context: IGridActionContext): Promise<boolean> {
|
||||
if (!context.gridDataProvider.canSerialize) {
|
||||
this.notificationService.warn(localize('saveToFileNotSupported', "Save to file is not supported by the backing data source"));
|
||||
return false;
|
||||
}
|
||||
try {
|
||||
await context.gridDataProvider.serializeResults(this.format, mapForNumberColumn(context.selection));
|
||||
|
||||
Reference in New Issue
Block a user