-
Notifications
You must be signed in to change notification settings - Fork 1.4k
ENOENT: no such file or directory #1751
Comments
Same here: OS: Fedora 38 Happens with both podman and docker Started happening after reinstalling my OS, not sure if that's related, I preserved my home directory.
.devcontainer.json: {
"name": "job_chat_prompts",
"image": "mcr.microsoft.com/vscode/devcontainers/python:3.11",
"customizations": {
"vscode": {
"settings": {
"[python]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
}
},
"python.formatting.provider": "black"
},
"extensions": [
"streetsidesoftware.code-spell-checker",
"charliermarsh.ruff"
]
}
},
"postCreateCommand": "pip install -e .",
"remoteUser": "root"
} EDIT: Most likely my issue was that my backup scripts exclude all node_modules direcotries, I guess re-installing the plugin wasn't sufficient to wipe it enough for the node_modules to be recreated |
I am experiencing this on WSL2 with Rolling back to Here is the Dev Containers log:
|
I'm having an identical issue. The suggestion by @TheDeveloper to roll back to |
@TheDeveloper Nice suggestion, this worked for me too XD. |
After playing around with container volumes and cloning pull requests into container volumes, my docker build crashed with this error:
Sorry I dont have the whole log output anymore, the path is reconstructed from my memory. And I cant reproduce the error anymore after I found this post. So I switched my version from 0.295.0 to 0.292.0 and back to 0.295.0 and I cant reproduce the error anymore but I thought it maybe helps to report this.
Edit: I managed to reproduce it: log.txt
going back one version fixes it again.
Steps to Reproduce:
I tried resetting my wsl ubuntu, reinstalling vscode and the extension, deleting all volumes, deleting my docker build cache nothing worked.
It seems to be something with the devcontainer.json feature installations.
The text was updated successfully, but these errors were encountered: