Remove unneeded devcontainer

This commit is contained in:
Justin Hutchings
2023-04-07 23:39:23 +00:00
parent fcd8b671dc
commit aaade1b507

View File

@@ -1,12 +0,0 @@
{
"image":"mcr.microsoft.com/devcontainers/universal:2",
"customizations": {
"codespaces": {
"repositories": {
"microsoft/component-detection": {
"permissions": "read-all"
}
}
}
}
}