microsoft / azure-boards-vscode

Azure Boards Extension for Visual Studio Code
MIT License
20 stars 14 forks source link

Enable pinned queries like in the vscode repo extension #45

Open mmanela opened 5 years ago

mmanela commented 5 years ago

image

Start with just config driven (no ux experience besides showing the status bar icon)

cschleiden commented 5 years ago

Should it open the query in the web? Or should it be another node in the tree?

mmanela commented 5 years ago

@cschleiden Couple options

  1. We can render the results flat in a drop down (the action bar thingy). That is what the current one does today. It is pretty convenient and provides quick access to the list of items.

  2. We could just take you right to the web, simplest and would be a fine first step.

  3. We could create a whole rendering of query results in the tabs (as you suggested). That might be best but I think we can do #2 first and then do that second?