Skip to content
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

feat: Add devcontainer #2254

Closed
wants to merge 3 commits into from
Closed

feat: Add devcontainer #2254

wants to merge 3 commits into from

Conversation

faucomte97
Copy link
Contributor

@faucomte97 faucomte97 commented Jan 17, 2024

Adds a devcontainer for the portal repo. In theory, this means it can be built and run in VS Code either from this repo/folder directly or from the workspace folder.

Steps to run:

  1. Install the dev containers extension in VS Code.
  2. Open devcontainer.json.
  3. Run the Dev Containers: Rebuild and Reopen in Container command. The dev container will then proceed to building. This might take a while the first time you run this depending on your internet speed and / or any VPNs or DDoS mitigation software (the latter might prevent the container from being built entirely).
  4. Once the dev container is built and running, you need to specify the Python interpreter using the Python: Select Interpreter command (not sure if this can be automated / is needed).
  5. Then, you should just be able to run the project locally using the Run & Debug tab.

This change is Reviewable

@faucomte97 faucomte97 self-assigned this Jan 17, 2024
@faucomte97
Copy link
Contributor Author

No longer relevant

@faucomte97 faucomte97 closed this Jan 17, 2024
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.

1 participant