We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running the default task with vscode, it only starts and attaches to Azure Functions backend, it does not start the webassembly frontend
I had to initiate a separate window and define this task
{ "name": "Start Blazor", "type": "blazorwasm", "request": "launch", "cwd": "${workspaceFolder}/Client", "browser": "edge" }
And start it to then be able to use the webapp.
Is it possible to start/debug both simultaneously without doing two separate VSCode windows?
The text was updated successfully, but these errors were encountered:
I addressed my concern with the compound launch task from 5dc0e89 and recommend this PR be merged.
Sorry, something went wrong.
Thanks, @JustinGrote
the PR is now merged.
No branches or pull requests
When running the default task with vscode, it only starts and attaches to Azure Functions backend, it does not start the webassembly frontend
I had to initiate a separate window and define this task
And start it to then be able to use the webapp.
Is it possible to start/debug both simultaneously without doing two separate VSCode windows?
The text was updated successfully, but these errors were encountered: