Dev Containers support. See details:#97
Closed
fr3nch13 wants to merge 21 commits intoninech:masterfrom
Closed
Conversation
Adds tenant to site
- 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
sudo bin/setupwhen creating the container, otherwise prism won't compile as expected.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.