Azure Data Studio is a data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux.
Hi everyone, i'm trying to implement Save as XML feature for the AzureDataStudio. Firstly i've contributed to SqlToolsService project and my Pull Request was accepted. Then i've forked the AzureDataStudio and made the code changes. But when trying to execute my scenario i'm getting an error at this line return this._queryManagementService.saveResults(saveResultsParams)
But the worst part of this error, i'm getting the error object value as null. So i don't have any clue, what's wrong or where is wrong?
My question below: