commit | 107e5eaf1eeb974388f6111ff227d08d2bce72c3 | [log] [tgz] |
---|---|---|
author | Gary Roumanis <groumanis@gmail.com> | Thu Mar 18 12:43:17 2021 -0700 |
committer | GitHub <noreply@github.com> | Thu Mar 18 12:43:17 2021 -0700 |
tree | d79ee9b3622b7346851553379063416d37c90e8c | |
parent | c52c7ec1ce369a24c802a4199efba00003e98f8a [diff] |
Dart Debug Extension Authentication (#1277) When a user clicks the Dart Debug Extension they may not have the required auth cookies which will cause unexpected behavior. Now detect if a connection can not be established, and prompt the user for authentication. Ideally we wouldn't require the user to reinitiate the debug workflow but this is a good short term solution that will solve a number of issues.