django-react-devcontainer
django-react-devcontainer copied to clipboard
Problem with devcontainer.json
devcontainer.json does not build in JetBrains IDE 2024.1 and VSCode.
JetBrains IDE Welcome screen -> DevContainers -> New DevContainer (from VCS Project, Docker must be installed.) Insert the git@ link of the repository with devcontainer.json. -> "Build container and Continue"
@trukhinyuri , I am having the same issue, but when I try your comment, I'm getting an error, What I do is open VSCode, Docker, Add Container, "Clone GitHub Pull Request in Container Volume" and then add when trying to set the path to Github it fails. I tried:
- https://github.com/qubitron/django-react-devcontainer/blob/master/.devcontainer/devcontainer.json
- https://github.com/qubitron/django-react-devcontainer/tree/master/.devcontainer
- https://github.com/qubitron/django-react-devcontainer/
- https://github.com/qubitron/django-react-devcontainer.git
Any recommendation?