Skip to content
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

VSCode: Only Starts Azure Functions, not Blazor WebAssembly #6

Closed
JustinGrote opened this issue Nov 3, 2020 · 2 comments
Closed

VSCode: Only Starts Azure Functions, not Blazor WebAssembly #6

JustinGrote opened this issue Nov 3, 2020 · 2 comments

Comments

@JustinGrote
Copy link

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?

@JustinGrote
Copy link
Author

I addressed my concern with the compound launch task from 5dc0e89 and recommend this PR be merged.

@staticwebdev
Copy link
Collaborator

Thanks, @JustinGrote

the PR is now merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant