django-react-devcontainer icon indicating copy to clipboard operation
django-react-devcontainer copied to clipboard

Problem with devcontainer.json

Open trukhinyuri opened this issue 1 year ago • 1 comments

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" image image

trukhinyuri avatar Mar 13 '24 15:03 trukhinyuri

@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?

Samll avatar May 21 '24 08:05 Samll