microsoft / azure-boards-vscode

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

adding organization fails when workspace not open #62

Closed edwindotcom closed 5 years ago

edwindotcom commented 5 years ago
  1. open vs code without a work space
  2. click on boards extension hub
  3. click on 'add boards organization url'
  4. select 'dev.azure.com/mseng'

actual: nothing happens, if you open dev tools you see a 'workspace not open error' expected: there should be some alert that I need to open a workspace.

alexcnichols commented 5 years ago

Thanks for logging! One thing we could do is, if we sense that a work space isn't open, we could provide the command to "Open Folder" instead of "connect". At least we should do what the GitHub PR extension does and say "you haven't opened a folder"

image