Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Create devcontainer.json (#444)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- New Feature: Introduced a development container configuration file
(`devcontainer.json`). This allows developers to set up their
development environment quickly and consistently using the specified
Docker image (`mcr.microsoft.com/devcontainers/universal:2`). This
change enhances the developer experience by providing a standardized,
reproducible development environment.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
  • Loading branch information
legalhustler1 authored Sep 1, 2023
1 parent d7f9486 commit 8f7ccd6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
}
}

0 comments on commit 8f7ccd6

Please sign in to comment.