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
fix: buildUri should be extension specific (#4929)
Problem:
- buildUri only grabs the extension id for the aws toolkit. This means if you only have the q extension installed you get prompted to install the aws toolkit when a uri is registered
Solution:
- build the uri depending on the extension you are in
0 commit comments