Skip to content

Conversation

@catarial
Copy link
Contributor

Following the documentation to setup the devcontainer in vscode results in several errors. The devrd script does not get copied when running setupcontainer and a warning is printed saying it's missing. When opening the devcontainer in vscode it fails to open because the .env file is missing. It needs to be created with the ./devrd env command, but that can't be done since the devrd script isn't copied.

Describe your changes

  1. Get rid of template directory so all necessary devcontainer files are copied. The devrd script wasn't being copied when running setupcontainer.
  2. Change links to reference everest-core instead of everest-dev-container.
  3. Update vscode docs to make sure ./devrd env is run. Opening the devcontainer in vscode fails if the .env file is missing.

Issue ticket number and link

Checklist before requesting a review

  • I have performed a self-review of my code
  • I have made corresponding changes to the documentation
  • I read the contribution documentation and made sure that my changes meet its requirements

1. Get rid of template directory so all necessary devcontainer files are
   copied. The `devrd` script wasn't being copied when running
   setupcontainer.
2. Change links to reference everest-core instead of
   everest-dev-container.
3. Update vscode docs to make sure `./devrd env` is run. Opening the
   devcontainer in vscode fails if the .env file is missing.

Signed-off-by: Aria Nolan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants