Open chris780 opened 9 months ago
@karpikpl If this is still an issue, can you provide a set of repro steps? My guess is that this might be a quirk of the way VS Code loads/refreshes task configurations when rebuilding the dev container--I've seen things like that from time to time, but haven't used dev containers in some time, so I don't know the current state.
I think you tagged me by accident? @chris780 reported this issue
I'm new to Dapr but thanks to the great instructions here, I was able to launch and debug a simple application within my dev container.
However, after rebuilding the dev container, I get the following error when trying to run the app:
Re-running the
Dapr: Scaffold Dapr Tasks
command in VS Code and then reverting the changes it makes tolaunch.json
andtasks.json
fixes the issue - that is until the next dev container rebuild.I have a single launch target set up in
launch.json
:My entire
tasks.json
is as follows:Thanks in advance!