You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build a extension for Azure Data Studio. Currently I'm working on a custom QueryProvider and I'm implementing the azdata.QueryProvider interface.
However, when I run my query no result is showed:
When I open a query with a random MSSQL database, the 'Results' tab opens:
Now, when I navigate back to my previous query, the columns are visible:
Now, suddenly, with the 'Results' tab open, the getQueryRows function in my QueryProvider starts to fire. Which is exactly what I want.
So, what am I doing wrong? How can I open the 'Results' tab programmatically? I find it very hard to find good documentation for this. I think what I'm trying to build is not very exotic, right?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to build a extension for Azure Data Studio. Currently I'm working on a custom QueryProvider and I'm implementing the
azdata.QueryProvider
interface.However, when I run my query no result is showed:
When I open a query with a random MSSQL database, the 'Results' tab opens:
Now, when I navigate back to my previous query, the columns are visible:
Now, suddenly, with the 'Results' tab open, the
getQueryRows
function in my QueryProvider starts to fire. Which is exactly what I want.So, what am I doing wrong? How can I open the 'Results' tab programmatically? I find it very hard to find good documentation for this. I think what I'm trying to build is not very exotic, right?
My current QueryProvider:
Beta Was this translation helpful? Give feedback.
All reactions