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 hosting my extensions files remote using the baseUri property. By default I set this property with my HTTPS based url.
When users use my extension in TFS Server their TFS server might not use HTTPS and because of that they get errors: keesschollaart81/vsts-sprint-goal#8
When I change my baseurl to start with //my.hostname/... instead of https://my.hostname/... the extension does not load at all.
The text was updated successfully, but these errors were encountered:
I'm hosting my extensions files remote using the baseUri property. By default I set this property with my HTTPS based url.
When users use my extension in TFS Server their TFS server might not use HTTPS and because of that they get errors: keesschollaart81/vsts-sprint-goal#8
When I change my baseurl to start with
//my.hostname/...
instead ofhttps://my.hostname/...
the extension does not load at all.The text was updated successfully, but these errors were encountered: