Spaces:
Sleeping
Sleeping
Create .devcontainer/devcontainer.json
Browse files
.devcontainer/devcontainer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"image": "mcr.microsoft.com/devcontainers/base:bullseye"
|
| 3 |
+
}
|