-
Notifications
You must be signed in to change notification settings - Fork 530
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
can't run hello-world in dev container #499
Comments
This is a good case for resurrecting #448 |
Hey @spottedmahn - sorry about this. we need to dig into why. I can see that daprd is not by default where it's expected. this looks like an incomplete install from dockerfile. To workaround for now you can do this from the VS-Code Terminal: You should no longer see the dapr_placement container already exists because the uninstall step cleaned that up. then you should be able to do this with success:
|
@spottedmahn any chance you want to test and approve the PR I have above? |
I believe this is fixed, but please reopen if not |
Expected Behavior
I can debug the node hello-world app in a dev container
Actual Behavior
Steps to Reproduce the Problem
cd quickstarts
code-insiders .
hello-world
folderThe text was updated successfully, but these errors were encountered: