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.
window.modelviewdialog.Dialog.registerCloseValidator
and I was wondering what would be a good way of informing the user if the result is invalid. Preferably I would like to flag it up inside of the dialog, that they are trying to close, next to the invalid value, but I don't think I am able to access specific elements from this far up.
enableProposedApi
: true to package.json. You'll also have to copy the sqlops.proposed.d.ts
into your extension project.
Hi everyone, i've made a pull request for sqltoolsservice
project. All checks seems OK but there is no activity since the day it was opened.
Should i inform someone, or is there something i need to do?
PR Link: Microsoft/sqltoolsservice#684
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: