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 sure I'm missing something, but not sure what it is.
I see that azdata only has the tasks.registerTask(), while vscode has registerCommand, registerTaskProvider, etc. Should my extension always use azdata.tasks.registerTask() for everything? I've only registered against the dashboard and menu so far.
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
-
2 questions around
registerTask()
:Based on the index.d.ts file, I would expect that I should write this:
I would expect that the profile parameter to be of IConnectionProfile,, but it isn't. I end up having to write this:
I'm sure I'm missing something, but not sure what it is.
I see that azdata only has the
tasks.registerTask()
, while vscode hasregisterCommand
,registerTaskProvider
, etc. Should my extension always useazdata.tasks.registerTask()
for everything? I've only registered against the dashboard and menu so far.Beta Was this translation helpful? Give feedback.
All reactions