You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 to launch.json and tasks.json fixes the issue - that is until the next dev container rebuild.
I have a single launch target set up in launch.json:
@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'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!
The text was updated successfully, but these errors were encountered: