-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not launch browser with the default profile, instead show the URL so I can select my profile. #13247
Comments
👋 Hi @ridomin, Thank you for reporting this issue! We want to let you know that: ⏱️ Our team will personally review your issue ✨ This is an AI-generated initial response Based on your issue of the Teams Toolkit (TTK) launching the browser with the default profile and not showing the URL, there are a couple of steps you can take to manage your multiple browser profiles more effectively: Proposed Solutions:
Actionable Steps:
By following these steps, you can better manage which browser profile is used while debugging your Teams app.
|
@ridomin - Thank you for bringing this issue to our attention. We will look into it and get back to you shortly. Workarounds: Manual URL Retrieval: Use a Custom Debug Task: Please let us know if you have any further query here. |
Can you just print the URL to be launched in the ttk logs? not sure how you open links, but using the active browser works in many other scenarios (eg, when using |
@ridomin you can select the desired profile to launch in the dropdown list of debug button. ![]() As for print the URL in the log. I think we can consider to add that. |
@ridomin Sorry seems I misunderstand the question in my previous response. And I investigate further and noticed that this an issue for VS Code. VS Code doesn't have ways to launch browser with an account / profile. Maybe it's better to report issue to VS Code. Visual Studio can do this. And Teams platform doesn't support login hint in deep link very well either. We have already logged issue to Teams platform. Thanks for the feedback! |
There are other VSCode experiences that respect the current active browser, and as a workaround print the URL so I can copy paste to my fav. browser profile. |
Thanks for your suggestion, short-term we can print the URL for better user experience, and I will create an item to track this internally. |
I have multiple tenants, and one browser profile for each.
When I hit F5, TTK always start a browser with the default profile, and I could not find the URL I need to paste in the browser I want to use.
Can you use the current active browser? or at least show the URL so I can select the profile I need?
The text was updated successfully, but these errors were encountered: