-
Notifications
You must be signed in to change notification settings - Fork 23
Debugging server and client with F5? #35
Comments
OK... I added the missing
and tasks.json
However it can't find the aspnet-webpack module. I don't see aspnet-webpack used in the latest MS template... is this module compatible with Microsoft.AspNetCore.All 2.1.3?
|
OK it works if opening the /Server folder with VS (instead of the parent) so the project file is located under the project folder (and the wwwroot is still Probably this issue can be closed. |
Thanks @alexbenitez for your insight. I'll look into the issue to see if this can be done without the need to have two instances opend |
Hi, I think it's just an issue with launch.json:
should be
This fixes it for me with one single instance. I also had to manually run |
The tasks.json is pointing to a not existing server.csproj. Wonder if you could update the starter with a launch.json and tasks.json so developer can debug client and server code with VS Code... is this possible as is it right now ? (or alternative instructions)
The text was updated successfully, but these errors were encountered: