-
Notifications
You must be signed in to change notification settings - Fork 460
[dev-v5] launchBrowser true #4377
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
base: dev-v5
Are you sure you want to change the base?
Conversation
|
I updated the
Do you have the same result? Did you configure VS2026 using another flag? When debugging a single component (page), I believe the second solution is preferable. |
|
I didn't think of using it to get the page to refresh. That is a nice thing to have! It is just annoying it doesn't open the site automatically. I'm so used to that by now that it feels like something is going wrong if it doesn't happen. |
1 similar comment
|
I didn't think of using it to get the page to refresh. That is a nice thing to have! It is just annoying it doesn't open the site automatically. I'm so used to that by now that it feels like something is going wrong if it doesn't happen. |
|
Yes I know. Maybe another flag exists in VS but not yet found 🙁 |
Head branch was pushed to by a user without write access
|
@vnbaaij @dvoituron how about a second launch profile? |
| "ASPNETCORE_ENVIRONMENT": "Development" | ||
| } | ||
| "profiles": { | ||
| "WithBrowser": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you keep the same name https
| "ASPNETCORE_ENVIRONMENT": "Development" | ||
| } | ||
| }, | ||
| "WithoutBrowser": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you use a more explicit name like launch-browser?
Re-enables the browser launch in dev-v5 for easier debugging