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

Commit 8f7ccd6

Browse files
Create devcontainer.json (#444)
<!-- 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 -->
1 parent d7f9486 commit 8f7ccd6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.devcontainer/devcontainer.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/universal:2",
3+
"features": {
4+
}
5+
}

0 commit comments

Comments
 (0)