Skip to content

Dev Containers support. See details:#97

Closed
fr3nch13 wants to merge 21 commits intoninech:masterfrom
fr3nch13:master
Closed

Dev Containers support. See details:#97
fr3nch13 wants to merge 21 commits intoninech:masterfrom
fr3nch13:master

Conversation

@fr3nch13
Copy link
Copy Markdown
Contributor

  • Adds support for Dev Containers in VS Code.
  • Adds recommended extensions for VS Code
  • Updates the README to explain how to use Dev Containers in this situation
    • The Badge at the top won't work correctly until these changes have been merged into the master branch as it looks for the .devcontainer/devcontainer.json there.
  • In the devcontainer.json, it has to sudo bin/setup when creating the container, otherwise prism won't compile as expected.
  • On subsequent starts, it can bundle with the regular/vscode user.
  • Added bin/test as I could never remember the test command from the README.

The reasoning: My laptop died, I had to get a new one, and rebuild the ENV for each project. Not going to do that again. I also couldn't remember the little nuances to get the dev env for this project working. So I figured having Dev Containers configs here would help future me, you and anyone else... At least for VS Code.

fr3nch13 and others added 21 commits February 19, 2025 22:50
- Adds support for Dev Containers in VS Code.
- Adds recommended extensions for VS Code
- Updates the README to explain how to use Dev Containers in this situation
  - The Badge at the top won't work correctly until these changes have been merged into the master branch as it looks for the .devcontainer/devcontainer.json there.
- In the devcontainer.json, it has to `sudo bin/setup` when creating the container, otherwise prism won't compile as expected.
- On subsequent starts, it can bundle with the regular/vscode user.
-  Added bin/test as I could never remember the test command from the README.
@fr3nch13 fr3nch13 closed this Apr 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants