-
Notifications
You must be signed in to change notification settings - Fork 345
Closed
dotnet/aspnetcore
#39995Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseIssue identified as probable candidate for fixing in the next releaseverifiedVerification succeededVerification succeeded
Milestone
Description
Describe the bug
Launch Edge on ubuntu and redirect to the page set in url parameter - using nightly build of vscode-js-debug.
To Reproduce
- Create a new folder called
MyBlazorAppsomewhere - Navigate inside the folder and Open in Terminal
- Type
dotnet new blazorwasm - Type
code .; exit - Allow VS Code to auto-generate
launch.jsonandtasks.json - Inside
launch.json, add"browser": "edge"to the first configuration in the list and set the url to the url defined in yourlaunchSettings.json - Go to the file
Counter.razorinside of thePagesfolder and put a breakpoint where it sayscurrentCount++; - Press
F5to debug - It launches the browser but doesn't redirect to the url set in
launch.json
Related to dotnet/aspnetcore#38413
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseIssue identified as probable candidate for fixing in the next releaseverifiedVerification succeededVerification succeeded