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.
DevContainer support is provided, offering a ready-to-use virtual environment for beginners. It comes pre-installed with GHC, Agda, Emacs, and the Agda-VSCode extension (corresponding to the README version requirements).
It can be used in codespaces, and after testing, it takes approximately 10 minutes to complete all the environment setup work in a codespace instance with 2 cores and 8 GB of memory.
It can also be used locally. https://code.visualstudio.com/docs/devcontainers/containers
The main purpose of this PR is to eliminate the cumbersome process of setting up the environment. With just one click, readers can enter the virtualized container and start interacting with the code.
To verify, you can visit https://github.com/weihongliang233/plfa.github.io-fork/tree/devcontainer, press
.
key on the webpage and then it will prompt you to create a codespace.