This repo provides a VSCode Devcontainer for the Clojure language
- Create a
.devcontainer
folder in the root of your repository - Create a
devcontainer.json
file inside the folder you created - Copy the code example and modify it to your needs
Bug reports and pull requests are welcome on GitHub at https://github.com/chrisenytc/clojure-devcontainer. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
- Fork it chrisenytc/clojure-devcontainer
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am "Add some feature"
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
If you have any problem or suggestion please open an issue here.
Check here.